[Python-checkins] cpython (3.5): Post-release fixups for Python 3.5.2rc1.

larry.hastings python-checkins at python.org
Sun Jun 12 23:30:05 EDT 2016


https://hg.python.org/cpython/rev/3428e51f47aa
changeset:   101966:3428e51f47aa
branch:      3.5
user:        Larry Hastings <larry at hastings.org>
date:        Sun Jun 12 20:22:18 2016 -0700
summary:
  Post-release fixups for Python 3.5.2rc1.

files:
  Include/patchlevel.h |   2 +-
  Misc/NEWS            |  14 +++++++++++++-
  2 files changed, 14 insertions(+), 2 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.5.2rc1"
+#define PY_VERSION      	"3.5.2rc1+"
 /*--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,10 +2,22 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.2 final?
+=================================
+
+Release date: 2016-06-26
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5.2 release candidate 1?
 ===============================================
 
-Release date: 2016/06/12
+Release date: 2016-06-12
 
 Core and Builtins
 -----------------

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


More information about the Python-checkins mailing list