diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-05-19 02:33:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 02:33:01 (GMT) |
commit | d4fe098d1ee4f4056ac65cae55f5ffdd439dede0 (patch) | |
tree | 68ecea7a92cd666eca0acd93635adff58ff64814 /PCbuild | |
parent | 9095f76613c8dd67beb21992def837bb8a37ed25 (diff) | |
download | cpython-d4fe098d1ee4f4056ac65cae55f5ffdd439dede0.zip cpython-d4fe098d1ee4f4056ac65cae55f5ffdd439dede0.tar.gz cpython-d4fe098d1ee4f4056ac65cae55f5ffdd439dede0.tar.bz2 |
Python 3.10.0a0 (GH-20198)
Diffstat (limited to 'PCbuild')
-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 c44910e..4d4a706 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: - python39_d.dll, python_d.exe, parser_d.pyd, and so on. Both the + python310_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. |