From: Benjamin Peterson Date: Sat, 6 Feb 2010 18:26:27 +0000 (+0000) Subject: post release updates X-Git-Tag: v2.7a4~267 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d798ac619788e32cf15425802db0fa8179d6865;p=thirdparty%2FPython%2Fcpython.git post release updates --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 9edddf696f1e..70fb53063d12 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "2.7a3" +#define PY_VERSION "2.7a3+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Misc/NEWS b/Misc/NEWS index 620013654e98..1f0fa73064c6 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 2.7 alpha 4? +================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7 alpha 3? =================================