]> granicus.if.org Git - python/commitdiff
Post-release fixups for Python 3.5.2rc1.
authorLarry Hastings <larry@hastings.org>
Mon, 13 Jun 2016 03:22:18 +0000 (20:22 -0700)
committerLarry Hastings <larry@hastings.org>
Mon, 13 Jun 2016 03:22:18 +0000 (20:22 -0700)
Include/patchlevel.h
Misc/NEWS

index 0176a19d9bb60dcab66fb93e2743f13dfb625144..4a7b00367c58b5465c0bd4a4eb3224e5fd7d6899 100644 (file)
@@ -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.
index 1f8fc473c5e9e4da9270aa47a33e0f1eadd2dac0..8979afd8302c6eaf59647840f83f4d954f665052 100644 (file)
--- 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
 -----------------