diff options
author | Georg Brandl <georg@python.org> | 2012-03-18 07:36:53 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-18 07:36:53 (GMT) |
commit | 1eb0f9de991a6a22bd4d2732849d0c7f7531d3f8 (patch) | |
tree | 22a39ba004edf285578191fae168c90256535b1b | |
parent | ed77feb503a3f7afcbea4702334b630f5ae70ef4 (diff) | |
download | cpython-1eb0f9de991a6a22bd4d2732849d0c7f7531d3f8.zip cpython-1eb0f9de991a6a22bd4d2732849d0c7f7531d3f8.tar.gz cpython-1eb0f9de991a6a22bd4d2732849d0c7f7531d3f8.tar.bz2 |
Post-release updates for 3.2.3rc2.
-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 d3f3217..4a9d9ce 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.2.3rc2" +#define PY_VERSION "3.2.3rc2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.2.3? +=========================== + +*Release date: XX-Mar-2012* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.2.3 release candidate 2? =============================================== |