]> granicus.if.org Git - python/commitdiff
Post-release fixups for Python 3.5.3rc1.
authorLarry Hastings <larry@hastings.org>
Tue, 3 Jan 2017 02:31:25 +0000 (18:31 -0800)
committerLarry Hastings <larry@hastings.org>
Tue, 3 Jan 2017 02:31:25 +0000 (18:31 -0800)
Include/patchlevel.h
Misc/NEWS

index 36755ab2faa12f30775f379a8af193b27e1800ee..eced80dea90cfcab965acb9bbf65a35c32b5d583 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.5.3rc1"
+#define PY_VERSION             "3.5.3rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 3c79cd62ccc6ecfe5e884de928231cfb469c56ed..95535f843f2ed8c8d8af1d1b8e2caf41d665997c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,22 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.3?
+===========================
+
+Release date: 2017-01-16
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5.3 release candidate 1?
 ===============================================
 
-Release date: TBA
+Release date: 2017-01-02
 
 Core and Builtins
 -----------------