diff options
author | Ned Deily <nad@python.org> | 2018-01-31 22:44:09 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-01-31 22:44:09 (GMT) |
commit | 5489bdad5143050b8bb89b648b3c00d951b72d4f (patch) | |
tree | 1dff73947a4206b974742501a8606ec504f8ad80 /PCbuild/readme.txt | |
parent | 6e41cd95b5cc9288e94457be60bdcdc0fb6bebae (diff) | |
download | cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.zip cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.gz cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.bz2 |
Start of 3.8.0a0
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 d28435b..6af38fb 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -38,7 +38,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: - python37_d.dll, python_d.exe, parser_d.pyd, and so on. Both the + python38_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. |