From: Zachary Ware Date: Tue, 8 Sep 2015 06:12:56 +0000 (-0500) Subject: Update PCbuild/readme.txt (merge from 3.5) X-Git-Tag: v3.6.0a1~1639 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4da050a276c972b588729a2c6926157418a0c4fe;p=thirdparty%2FPython%2Fcpython.git Update PCbuild/readme.txt (merge from 3.5) --- 4da050a276c972b588729a2c6926157418a0c4fe diff --cc PCbuild/readme.txt index 51164e23d0de,7e7ab6424bd9..eec7ace78d75 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@@ -49,7 -48,7 +48,7 @@@ Debu Used to build Python with extra debugging capabilities, equivalent to using ./configure --with-pydebug on UNIX. All binaries built using this configuration have "_d" added to their name: -- python35_d.dll, python_d.exe, parser_d.pyd, and so on. Both the ++ python36_d.dll, python_d.exe, parser_d.pyd, and so on. Both the build and rt (run test) batch files in this directory accept a -d option for debug builds. If you are building Python to help with development of CPython, you will most likely use this configuration.