From: Larry Hastings Date: Wed, 8 Oct 2014 09:40:43 +0000 (-0700) Subject: Post-release changes after 3.4.2 final. X-Git-Tag: v3.4.3rc1~535^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adeb140cb3f5bcf2ceab84796160ce654dbf1151;p=thirdparty%2FPython%2Fcpython.git Post-release changes after 3.4.2 final. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b4f7590be33b..ee45177bd0d6 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.4.2" +#define PY_VERSION "3.4.2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff --git a/Misc/NEWS b/Misc/NEWS index 4ecf91d16a1f..d8965122681b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.4.3rc1? +============================== + +Release date: TBA + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.4.2? ===========================