diff options
author | Larry Hastings <larry@hastings.org> | 2015-12-07 05:54:29 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-12-07 05:54:29 (GMT) |
commit | 13cf4904b2a15edb7300d4155c97f494f4e0b11f (patch) | |
tree | ed35e17c918defccd449c548b46b7a6deaf5e2aa | |
parent | 00a86354c94166c43a664f9cee1a26c4438b0635 (diff) | |
download | cpython-13cf4904b2a15edb7300d4155c97f494f4e0b11f.zip cpython-13cf4904b2a15edb7300d4155c97f494f4e0b11f.tar.gz cpython-13cf4904b2a15edb7300d4155c97f494f4e0b11f.tar.bz2 |
Post-release fixups for Python 3.4.4rc1.
-rw-r--r-- | Include/patchlevel.h | 2 | ||||
-rw-r--r-- | Misc/NEWS | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index df4b4e6..5a1afc6 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.4.4rc1" +#define PY_VERSION "3.4.4rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.4.4? +=========================== + +Release date: 2015/12/20 + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.4.4rc1? ============================== |