From: Georg Brandl Date: Sun, 18 Mar 2012 07:36:53 +0000 (+0100) Subject: Post-release updates for 3.2.3rc2. X-Git-Tag: v3.2.3~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1eb0f9de991a6a22bd4d2732849d0c7f7531d3f8;p=thirdparty%2FPython%2Fcpython.git Post-release updates for 3.2.3rc2. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index d3f321739bd5..4a9d9ceee02b 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 diff --git a/Misc/NEWS b/Misc/NEWS index 30b14faa3393..82572866b0d7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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? ===============================================