diff options
author | Larry Hastings <larry@hastings.org> | 2017-01-03 02:29:26 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-01-03 02:29:26 (GMT) |
commit | a7aa988ddc30d6b81a06993973efd070204ddfb0 (patch) | |
tree | b823e6115642248ef17b2ba3db2ed0c8a0c94d8b | |
parent | af17a2bfba1bc24fde1847562a867731d16f0a9d (diff) | |
download | cpython-a7aa988ddc30d6b81a06993973efd070204ddfb0.zip cpython-a7aa988ddc30d6b81a06993973efd070204ddfb0.tar.gz cpython-a7aa988ddc30d6b81a06993973efd070204ddfb0.tar.bz2 |
Post-release fixups for Python 3.4.6rc1.
-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 9aa6c4e..3e90dea 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.6rc1" +#define PY_VERSION "3.4.6rc1+" /*--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.6? +=========================== + +Release date: 2017-01-16 + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.4.6rc1? ============================== |