Mark branch as being after Python 3.4.0rc3.
authorLarry Hastings <larry@hastings.org>
Sun, 16 Mar 2014 03:57:42 +0000 (20:57 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 16 Mar 2014 03:57:42 +0000 (20:57 -0700)
Include/patchlevel.h
Misc/NEWS

index 2a6e8a8788271f0ea71ba1b7a3378eb8da7f7924..52b9674fcc18905576ad944e9baa224f9958a007 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0rc3"
+#define PY_VERSION             "3.4.0rc3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 75d2909409826005ecda9fcb3ce265c8973beda7..3c6540a77a5ee4dd53e731ddc1fc3d758e2fc6fd 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,8 +2,21 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.0?
+===========================
+
+Release date: 2014-03-16
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.0 release candidate 3?
 ===============================================
+
 Release date: 2014-03-09
 
 Core and Builtins