From: Georg Brandl Date: Sun, 5 Sep 2010 21:29:17 +0000 (+0000) Subject: Post-release update. X-Git-Tag: v3.2a3~434 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bad092556e12e8b2cf5976718cda902bef66b3f4;p=thirdparty%2FPython%2Fcpython.git Post-release update. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index a9af36e3a4bd..e8688c2aab4c 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.2a2" +#define PY_VERSION "3.2a2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Misc/NEWS b/Misc/NEWS index 53271b1a643f..b04220816053 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.2 Alpha 3? +================================= + +*Release date: XX-Oct-2010* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.2 Alpha 2? =================================