From 066a2146989ad0fd37fc919002806a925c6848f7 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 12 Sep 2016 17:29:04 -0400 Subject: Bump to 3.7.0a0 --- PCbuild/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PCbuild/readme.txt') diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 34c2efe4cc..f3a8ba6840 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -48,7 +48,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: - python36_d.dll, python_d.exe, parser_d.pyd, and so on. Both the + python37_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. -- cgit v1.2.1