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_RELEASE_SERIAL 3
2424
2525/* Version as a string */
26- #define PY_VERSION "3.3.0a3"
26+ #define PY_VERSION "3.3.0a3+ "
2727/*--end constants--*/
2828
2929/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Python News
55What's New in Python 3.3.0 Alpha 4?
66===================================
77
8- *Release date: 26-May -2012*
8+ *Release date: XX-XXX -2012*
99
1010Core and Builtins
1111-----------------
@@ -26,6 +26,7 @@ Library
2626- Issue #14127 and #10148: shutil.copystat now preserves exact mtime
2727 and atime on filesystems providing nanosecond resolution.
2828
29+
2930What's New in Python 3.3.0 Alpha 3?
3031===================================
3132
@@ -38,7 +39,7 @@ Core and Builtins
3839
3940- Issue #14433: Prevent msvcrt crash in interactive prompt when stdin
4041 is closed.
41-
42+
4243- Issue #14521: Make result of float('nan') and float('-nan') more
4344 consistent across platforms.
4445
You can’t perform that action at this time.
0 commit comments