From: Benjamin Peterson Date: Mon, 30 Jun 2014 01:59:07 +0000 (-0700) Subject: after 2.7.8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ce6a96469fe8621e0bf0318b0b6be1fd2cdce93;p=python after 2.7.8 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 732b07e764..bd6bd84d98 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.7.8" +#define PY_VERSION "2.7.8+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty diff --git a/Misc/NEWS b/Misc/NEWS index dae435fbd8..f31c132c5b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 2.7.9? +========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7.8? ===========================