File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323#define PY_MINOR_VERSION 3
2424#define PY_MICRO_VERSION 0
2525#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
26- #define PY_RELEASE_SERIAL 1
26+ #define PY_RELEASE_SERIAL 2
2727
2828/* Version as a string */
29- #define PY_VERSION "2.3c1 "
29+ #define PY_VERSION "2.3c2 "
3030
3131/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
3232 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Python News
77What's New in Python 2.3 release candidate 2?
88=============================================
99
10- *Release date: DD-MMM-YYYY *
10+ *Release date: 24-Jul-2003 *
1111
1212Core and builtins
1313-----------------
Original file line number Diff line number Diff line change 3333 * but that neither gives an error nor comes anywhere close to working. The
3434 * following comment and #define are output from PCbuild\field3.py:
3535 *
36- * For 2.3c1 ,
36+ * For 2.3c2 ,
3737 * PY_MICRO_VERSION = 0
3838 * PY_RELEASE_LEVEL = 'candidate' = 0xc
39- * PY_RELEASE_SERIAL = 1
39+ * PY_RELEASE_SERIAL = 2
4040 *
41- * and 0*1000 + 12*10 + 1 = 121
41+ * and 0*1000 + 12*10 + 2 = 122
4242 */
43- #define FIELD3 121
43+ #define FIELD3 122
4444
4545/* e.g., 2.1a2
4646 * PY_VERSION comes from patchevel.h
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+ 45 2.3c2
37+ 24-Jul-2003
3638 44 2.3c1
3739 18-Jul-2003
3840 43 2.3b2
Original file line number Diff line number Diff line change 11Document Type: WSE
22item: Global
33 Version=8.14
4- Title=Python 2.3 release candidate 1
4+ Title=Python 2.3 release candidate 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
@@ -18,14 +18,14 @@ item: Global
1818 Patch Flags=0000000000001001
1919 Patch Threshold=85
2020 Patch Memory=4000
21- EXE Filename=Python-2.3c1 .exe
21+ EXE Filename=Python-2.3c2 .exe
2222 Dialogs Version=8
23- Version File=2.3c1
23+ Version File=2.3c2
2424 Version Description=Python Programming Language
2525 Version Copyright=�2001-2003 Python Software Foundation
2626 Version Company=PythonLabs at Zope Corporation
2727 Crystal Format=10111100101100000010001001001001
28- Step View=&Properties
28+ Step View=&All
2929 Variable Name1=_WISE_
3030 Variable Description1=WISE root directory
3131 Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1
@@ -67,7 +67,7 @@ item: Global
6767end
6868item: Set Variable
6969 Variable=PYVER_STRING
70- Value=2.3c1
70+ Value=2.3c2
7171end
7272item: Remark
7373end
You can’t perform that action at this time.
0 commit comments