Some Windows changes preparing for 2.3b2.
This commit is contained in:
parent
0fe8fce7e3
commit
8f6c7c5d5f
|
@ -33,6 +33,8 @@ How to change the Windows build number:
|
||||||
|
|
||||||
Windows Python BUILD numbers
|
Windows Python BUILD numbers
|
||||||
----------------------------
|
----------------------------
|
||||||
|
43 2.3b2
|
||||||
|
29-Jun-2003
|
||||||
42 2.2.3 (final)
|
42 2.2.3 (final)
|
||||||
30-May-2003
|
30-May-2003
|
||||||
41 2.2.3c1
|
41 2.2.3c1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Document Type: WSE
|
Document Type: WSE
|
||||||
item: Global
|
item: Global
|
||||||
Version=8.14
|
Version=8.14
|
||||||
Title=Python 2.3 beta 1
|
Title=Python 2.3 beta 2
|
||||||
Flags=00010100
|
Flags=00010100
|
||||||
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
Japanese Font Name=MS Gothic
|
Japanese Font Name=MS Gothic
|
||||||
|
@ -18,9 +18,9 @@ item: Global
|
||||||
Patch Flags=0000000000001001
|
Patch Flags=0000000000001001
|
||||||
Patch Threshold=85
|
Patch Threshold=85
|
||||||
Patch Memory=4000
|
Patch Memory=4000
|
||||||
EXE Filename=Python-2.3b1.exe
|
EXE Filename=Python-2.3b2.exe
|
||||||
Dialogs Version=8
|
Dialogs Version=8
|
||||||
Version File=2.3b1
|
Version File=2.3b2
|
||||||
Version Description=Python Programming Language
|
Version Description=Python Programming Language
|
||||||
Version Copyright=©2001-2003 Python Software Foundation
|
Version Copyright=©2001-2003 Python Software Foundation
|
||||||
Version Company=PythonLabs at Zope Corporation
|
Version Company=PythonLabs at Zope Corporation
|
||||||
|
@ -66,7 +66,7 @@ item: Global
|
||||||
end
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=PYVER_STRING
|
Variable=PYVER_STRING
|
||||||
Value=2.3b1
|
Value=2.3b2
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
end
|
end
|
||||||
|
|
|
@ -258,7 +258,7 @@ SOURCE=..\Python\getargs.c
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Modules\getbuildinfo.c
|
SOURCE=..\Modules\getbuildinfo.c
|
||||||
# ADD CPP /D BUILD=40
|
# ADD CPP /D BUILD=43
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
|
|
@ -101,6 +101,9 @@ _tkinter
|
||||||
|
|
||||||
XXX Some tests failed in "nmake -f makefile.vc test".
|
XXX Some tests failed in "nmake -f makefile.vc test".
|
||||||
XXX all.tcl: Total 10480 Passed 9743 Skipped 719 Failed 18
|
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
|
Build Tk
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in New Issue