From: Benjamin Peterson Date: Sat, 8 May 2010 18:53:42 +0000 (+0000) Subject: towards 2.7 release candidate 1 X-Git-Tag: v2.7rc1~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=534b8de63b691c1aa802aa96657cd0df414c559b;p=thirdparty%2FPython%2Fcpython.git towards 2.7 release candidate 1 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 2d8ec4ac372c..a59f8d8a6aa4 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.7b2" +#define PY_VERSION "2.7b2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Misc/NEWS b/Misc/NEWS index e5351ffdc88a..8a471df473c6 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 1? +========================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7 beta 2? ================================