diff options
author | Georg Brandl <georg@python.org> | 2011-02-14 06:35:00 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-14 06:35:00 +0000 |
commit | d585218a75159cbdf335ecfdaf92ed9715a045e7 (patch) | |
tree | cd5182a1570c007752a0788c65d33f3aed2af59f | |
parent | 40bcffa98507a650d0c4f9a61f29c1142d0073d4 (diff) | |
download | cpython-git-d585218a75159cbdf335ecfdaf92ed9715a045e7.tar.gz |
Post-release updates.
-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 b2e560532c..14204001fc 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.2rc3" +#define PY_VERSION "3.2rc3+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.2? +========================= + +*Release date: 20-Feb-2011* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.2 Release Candidate 3? ============================================= |