diff options
author | Georg Brandl <georg@python.org> | 2012-09-09 09:16:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-09 09:16:41 (GMT) |
commit | 05823f7d6783440920b11024bfc76f15e86093af (patch) | |
tree | 3f35e2a8f509dbfd75f5370539cdc5a940d675f2 | |
parent | 023e03bbfc461fd22becdcdc05d0c8de78719ded (diff) | |
download | cpython-05823f7d6783440920b11024bfc76f15e86093af.zip cpython-05823f7d6783440920b11024bfc76f15e86093af.tar.gz cpython-05823f7d6783440920b11024bfc76f15e86093af.tar.bz2 |
Post-release updates for 3.3.0rc2.
-rw-r--r-- | Include/patchlevel.h | 2 | ||||
-rw-r--r-- | Misc/NEWS | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 033e47f..ba0b566 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.3.0rc2" +#define PY_VERSION "3.3.0rc2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.3.0? +=========================== + +*Release date: XX-Sep-2012* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.3.0 Release Candidate 2? =============================================== |