Skip to content

Commit 85a2394

Browse files
committed
Post-3.3a3 bump.
1 parent d9728b5 commit 85a2394

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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.

Misc/NEWS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python News
55
What's New in Python 3.3.0 Alpha 4?
66
===================================
77

8-
*Release date: 26-May-2012*
8+
*Release date: XX-XXX-2012*
99

1010
Core 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+
2930
What'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

0 commit comments

Comments
 (0)