]> granicus.if.org Git - python/commitdiff
Post-release updates for Python 3.5.0rc2.
authorLarry Hastings <larry@hastings.org>
Tue, 25 Aug 2015 20:30:58 +0000 (13:30 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 25 Aug 2015 20:30:58 +0000 (13:30 -0700)
Include/patchlevel.h
Misc/NEWS

index 85f3307a92099cf1f672ac5f8f96d47a727a375d..9e81990dce69a0a3b5508854d3a23e0468edd958 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0rc2"
+#define PY_VERSION             "3.5.0rc2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 50db78b1e31a18bd3b961b8926cfa1c525090fd2..9e50a456ddbd76231e5a3386269e56ad0528ceb6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.0 release candidate 3?
+===============================================
+
+Release date: 2015-09-06
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5.0 release candidate 2?
 ===============================================