From: Tim Peters Date: Fri, 27 Jun 2003 15:49:35 +0000 (+0000) Subject: Some Windows changes preparing for 2.3b2. X-Git-Tag: v2.3c1~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f6c7c5d5fc43e4a98eef2c1c584d52127a2ed59;p=python Some Windows changes preparing for 2.3b2. --- diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 556aa9680b..3e094ce82c 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 43 2.3b2 + 29-Jun-2003 42 2.2.3 (final) 30-May-2003 41 2.2.3c1 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index b0f12c3ce4..b63e975337 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1,7 +1,7 @@ Document Type: WSE item: Global Version=8.14 - Title=Python 2.3 beta 1 + Title=Python 2.3 beta 2 Flags=00010100 Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Japanese Font Name=MS Gothic @@ -18,9 +18,9 @@ item: Global Patch Flags=0000000000001001 Patch Threshold=85 Patch Memory=4000 - EXE Filename=Python-2.3b1.exe + EXE Filename=Python-2.3b2.exe Dialogs Version=8 - Version File=2.3b1 + Version File=2.3b2 Version Description=Python Programming Language Version Copyright=©2001-2003 Python Software Foundation Version Company=PythonLabs at Zope Corporation @@ -66,7 +66,7 @@ item: Global end item: Set Variable Variable=PYVER_STRING - Value=2.3b1 + Value=2.3b2 end item: Remark end diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 053d8b5d0d..9cd37858f9 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -258,7 +258,7 @@ SOURCE=..\Python\getargs.c # Begin Source File SOURCE=..\Modules\getbuildinfo.c -# ADD CPP /D BUILD=40 +# ADD CPP /D BUILD=43 # End Source File # Begin Source File diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 5d9dd8307c..b7e1f32a7c 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -101,6 +101,9 @@ _tkinter XXX Some tests failed in "nmake -f makefile.vc test". XXX all.tcl: Total 10480 Passed 9743 Skipped 719 Failed 18 + XXX + XXX That was on Win98SE. On Win2K: + XXX all.tcl Total 10480 Passed 9781 Skipped 698 Failed 1 Build Tk --------