[Python-checkins] cpython (3.4): Post-release fixups for Python 3.4.6rc1.

larry.hastings python-checkins at python.org
Mon Jan 2 21:40:44 EST 2017


https://hg.python.org/cpython/rev/ae3e74a954c8
changeset:   105982:ae3e74a954c8
branch:      3.4
user:        Larry Hastings <larry at hastings.org>
date:        Mon Jan 02 18:29:26 2017 -0800
summary:
  Post-release fixups for Python 3.4.6rc1.

files:
  Include/patchlevel.h |   2 +-
  Misc/NEWS            |  12 ++++++++++++
  2 files changed, 13 insertions(+), 1 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- 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.
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
 ==============================
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list