File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ How to change the Windows build number:
3333
3434Windows Python BUILD numbers
3535----------------------------
36+ 10 2.1a2
37+ 1-Feb-2001
3638 9 2.1a1
3739 17-Jan-2001
3840 8 2.0 (final)
Original file line number Diff line number Diff line change 11Document Type: WSE
22item: Global
33 Version=5.0
4- Title=Python 2.1 alpha 1
4+ Title=Python 2.1 alpha 2
55 Flags=00010100
66 Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
77 Japanese Font Name=MS Gothic
@@ -64,15 +64,15 @@ item: End Block
6464end
6565item: Set Variable
6666 Variable=APPTITLE
67- Value=Python 2.1 alpha 1
67+ Value=Python 2.1 alpha 2
6868end
6969item: Set Variable
7070 Variable=GROUP
7171 Value=Python 2.1
7272end
7373item: Set Variable
7474 Variable=PY_VERSION
75- Value=2.1a1
75+ Value=2.1a2
7676end
7777item: Set Variable
7878 Variable=MAINDIR
@@ -726,11 +726,6 @@ item: Install File
726726 Destination=%MAINDIR%\DLLs\select.pyd
727727 Flags=0000000000000010
728728end
729- item: Install File
730- Source=%_SRC_%\PCbuild\ucnhash.pyd
731- Destination=%MAINDIR%\DLLs\ucnhash.pyd
732- Flags=0000000000000010
733- end
734729item: Install File
735730 Source=%_SRC_%\PCbuild\unicodedata.pyd
736731 Destination=%MAINDIR%\DLLs\unicodedata.pyd
@@ -796,11 +791,6 @@ item: Install File
796791 Destination=%MAINDIR%\libs\select.lib
797792 Flags=0000000000000010
798793end
799- item: Install File
800- Source=%_SRC_%\PCbuild\ucnhash.lib
801- Destination=%MAINDIR%\libs\ucnhash.lib
802- Flags=0000000000000010
803- end
804794item: Install File
805795 Source=%_SRC_%\PCbuild\unicodedata.lib
806796 Destination=%MAINDIR%\libs\unicodedata.lib
Original file line number Diff line number Diff line change 9191 This builds bsddb\Port\win32\db.lib, which the MSVC project links in.
9292 Note that if you're running Win9X, you'll need to run vcvars32.bat
9393 before running nmake (this batch file is in your MSVC installation).
94+ TODO: make this work like zlib (in particular, MSVC runs the prelink
95+ step in an enviroment that already has the correct envars set up).
9496
9597pyexpat
9698 Python wrapper for accelerated XML parsing. Requires
You can’t perform that action at this time.
0 commit comments