]> granicus.if.org Git - python/commitdiff
Python 3.4.0rc1: Post-release updates.
authorLarry Hastings <larry@hastings.org>
Tue, 11 Feb 2014 08:14:16 +0000 (00:14 -0800)
committerLarry Hastings <larry@hastings.org>
Tue, 11 Feb 2014 08:14:16 +0000 (00:14 -0800)
Include/patchlevel.h
Misc/NEWS

index 8e8e86098fba23f94cc7ca2fb4d8de482f8edc78..4e4265c57978e3e643828138e71de385c8cd687b 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0rc1"
+#define PY_VERSION             "3.4.0rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index b4cad868446200a512e1a27b4fd469b28fe8a7e1..c9dce279eb82e65229cd33968334326b37990b49 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.0 release candidate 2?
+===============================================
+
+Release date: 2014-02-23
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.0 release candidate 1?
 ===============================================