From: Benjamin Peterson Date: Sun, 6 Jun 2010 02:09:33 +0000 (+0000) Subject: careening towards 2.7rc2 we go X-Git-Tag: v2.7rc2~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f3d9f926d0b17d36d2cbf3b9e563b1553ba9a33;p=thirdparty%2FPython%2Fcpython.git careening towards 2.7rc2 we go --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3081c940dd74..d911a39f3b4c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.7rc1" +#define PY_VERSION "2.7rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Misc/NEWS b/Misc/NEWS index 446e4cbdb36f..00865fcf1426 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,18 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python release candidate 2? +========================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7 Release Candidate 1? =============================================