diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-06-27 15:49:35 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-06-27 15:49:35 (GMT) |
commit | 8f6c7c5d5fc43e4a98eef2c1c584d52127a2ed59 (patch) | |
tree | 0f743909a050064be160941a2189e84b988dcb0e /PCbuild | |
parent | 0fe8fce7e3de8549ae4a26cfe3299872bf2b446c (diff) | |
download | cpython-8f6c7c5d5fc43e4a98eef2c1c584d52127a2ed59.zip cpython-8f6c7c5d5fc43e4a98eef2c1c584d52127a2ed59.tar.gz cpython-8f6c7c5d5fc43e4a98eef2c1c584d52127a2ed59.tar.bz2 |
Some Windows changes preparing for 2.3b2.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/python20.wse | 8 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 2 | ||||
-rw-r--r-- | PCbuild/readme.txt | 3 |
4 files changed, 10 insertions, 5 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 556aa96..3e094ce 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 b0f12c3..b63e975 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 053d8b5..9cd3785 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 5d9dd83..b7e1f32 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 -------- |