commit | f411a3c5aff644ec7a999be83ef22adf3e1132dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 19:00:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 19:00:34 2017 +0100 |
tree | 2e3b328de59f7f9c6dcdbba3a140a59bc30630e9 | |
parent | f58a8475e17bd566760fc7e2a17d35ddf4edacf2 [diff] [blame] |
patch 8.0.0422: Python test fails with Python 3.6 Problem: Python test fails with Python 3.6. Solution: Convert new exception messages to old ones. (closes #1359)
diff --git a/src/version.c b/src/version.c index c55ba19..3804bbe 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 422, +/**/ 421, /**/ 420,