]> granicus.if.org Git - python/commitdiff
Post-release changes for 3.5.0a2.
authorLarry Hastings <larry@hastings.org>
Mon, 9 Mar 2015 09:39:47 +0000 (02:39 -0700)
committerLarry Hastings <larry@hastings.org>
Mon, 9 Mar 2015 09:39:47 +0000 (02:39 -0700)
Include/patchlevel.h
Misc/NEWS

index 7ca27757f649c20c792df3dd11a22e04b4e922ff..e137b65fd9b1f8701bf02f46a16571ca5740fabd 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0a2"
+#define PY_VERSION             "3.5.0a2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 343cf8f0c269a6acc63c0ae45e21f158ff245e57..6b553b6ed34f2b20cd8d91e485370d20de60d6ec 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,22 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.0 alpha 3?
+===================================
+
+Release date: 2015-03-28
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5 alpha 2?
 =================================
 
-Release date: 2015-03-08
+Release date: 2015-03-09
 
 Core and Builtins
 -----------------