commit | 0b0ad35c339b8ad156df493bebeb77e02b32b120 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 20 21:52:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 20 21:52:45 2019 +0200 |
tree | 989e5e77fb25cc09844b36802e5914f01aea817f | |
parent | 80341bcd89764d96f87859a3aac8bc00aad1d762 [diff] [blame] |
patch 8.1.1361: Python setuptools don't work with Python 3 Problem: Python setuptools don't work with Python 3. Solution: Add dummy implementation for find_module. (Joel Frederico, closes #4402, closes #3984
diff --git a/src/version.c b/src/version.c index 01a0b0d..de5ffc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1361, +/**/ 1360, /**/ 1359,