diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-03-17 20:57:38 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-03-17 20:57:38 (GMT) |
commit | 6373ba5199fe706f174aed482d77e2bb4b29e2f0 (patch) | |
tree | a0e0196e138f1197e1d7dc8e5e013307dbea4f50 /PCbuild/readme.txt | |
parent | 42867c73c9794f8f4968abef0572fd950748559c (diff) | |
download | cpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.zip cpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.tar.gz cpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.tar.bz2 |
Bump Windows build to 3.5
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 619f6a8..203da0f 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -37,7 +37,7 @@ Debug 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: - python34_d.dll, python_d.exe, parser_d.pyd, and so on. Both the + python35_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. |