summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-06-04 20:12:32 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-06-04 20:12:32 (GMT)
commit9ab2fb1c68a75115da92d51b8c40b74f60f88561 (patch)
tree3541182d6a95de095405200ca265afb14abbb279 /PCbuild
parent23d7ce747167cceeeae526a53a6044ec2dc47cbb (diff)
downloadcpython-9ab2fb1c68a75115da92d51b8c40b74f60f88561.zip
cpython-9ab2fb1c68a75115da92d51b8c40b74f60f88561.tar.gz
cpython-9ab2fb1c68a75115da92d51b8c40b74f60f88561.tar.bz2
Bump to 3.9.0a0
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index cf4aa4c..312fa6a 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:
- python38_d.dll, python_d.exe, parser_d.pyd, and so on. Both the
+ python39_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.