summaryrefslogtreecommitdiffstats
path: root/runtime/doc/if_pyth.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-12-10 18:17:44 +0100
committerBram Moolenaar <Bram@vim.org>2017-12-10 18:17:44 +0100
commit59eb016dff3fd4f764cfe326c80a9b840f0e1a02 (patch)
tree31f061ac7c7af9533c082c71fd97bddaeef8588b /runtime/doc/if_pyth.txt
parent74240d3febd1e3bc7cf086c647c9348b20716c33 (diff)
patch 8.0.1385: Python 3.5 is getting oldv8.0.1385
Problem: Python 3.5 is getting old. Solution: Make Python 3.6 the default. (Ken Takata, closes #2429)
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r--runtime/doc/if_pyth.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt
index a870a501d1..b4577fc681 100644
--- a/runtime/doc/if_pyth.txt
+++ b/runtime/doc/if_pyth.txt
@@ -736,8 +736,8 @@ or 'pythonthreedll' option can be also used to specify the Python DLL.
The name of the DLL should match the Python version Vim was compiled with.
Currently the name for Python 2 is "python27.dll", that is for Python 2.7.
-That is the default value for 'pythondll'. For Python 3 it is python35.dll
-(Python 3.5). To know for sure edit "gvim.exe" and search for
+That is the default value for 'pythondll'. For Python 3 it is python36.dll
+(Python 3.6). To know for sure edit "gvim.exe" and search for
"python\d*.dll\c".