diff options
author | Larry Hastings <larry@hastings.org> | 2017-01-02 18:29:26 -0800 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-01-02 18:29:26 -0800 |
commit | a7aa988ddc30d6b81a06993973efd070204ddfb0 (patch) | |
tree | b823e6115642248ef17b2ba3db2ed0c8a0c94d8b | |
parent | af17a2bfba1bc24fde1847562a867731d16f0a9d (diff) | |
download | cpython-git-a7aa988ddc30d6b81a06993973efd070204ddfb0.tar.gz |
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 9aa6c4e723..3e90dea085 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? ============================== |