]> granicus.if.org Git - python/commitdiff
Post-3.4.0a2-release fixups.
authorLarry Hastings <larry@hastings.org>
Mon, 9 Sep 2013 12:08:52 +0000 (21:08 +0900)
committerLarry Hastings <larry@hastings.org>
Mon, 9 Sep 2013 12:08:52 +0000 (21:08 +0900)
Include/patchlevel.h
Misc/NEWS

index 4c25122892431fbe4c2ef29064fad5ca9a79c949..9003f96f8d586425c5f289f55fc9a4e2b13317d2 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0a2"
+#define PY_VERSION             "3.4.0a2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 757ac89562cbd110838515cea4f9f6b9d2a97eea..f9d8654d6e58e0599d9db28154eab339f29025f2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,22 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.0 Alpha 3?
+===================================
+
+Projected Release date: 2013-09-29
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.0 Alpha 2?
 ===================================
 
-Projected Release date: 2013-09-08
+Release date: 2013-09-09
 
 Core and Builtins
 -----------------