(original) (raw)

changeset: 85645:6b211a0c8042 user: Larry Hastings larry@hastings.org date: Mon Sep 09 21:08:52 2013 +0900 files: Include/patchlevel.h Misc/NEWS description: Post-3.4.0a2-release fixups. diff -r 6bd266c1b28c -r 6b211a0c8042 Include/patchlevel.h --- a/Include/patchlevel.h Sat Sep 07 23:42:24 2013 +1200 +++ b/Include/patchlevel.h Mon Sep 09 21:08:52 2013 +0900 @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.4.0a2" +#define PY_VERSION "3.4.0a2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff -r 6bd266c1b28c -r 6b211a0c8042 Misc/NEWS --- a/Misc/NEWS Sat Sep 07 23:42:24 2013 +1200 +++ b/Misc/NEWS Mon Sep 09 21:08:52 2013 +0900 @@ -2,10 +2,22 @@ Python News +++++++++++ +What's New in Python 3.4.0 Alpha 3? +=================================== + +Projected Release date: 2013-09-29 + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.4.0 Alpha 2? =================================== -Projected Release date: 2013-09-08 +Release date: 2013-09-09 Core and Builtins ----------------- /larry@hastings.org