]> granicus.if.org Git - python/commitdiff
Post-release engineering; updated NEWS and version string.
authorLarry Hastings <larry@hastings.org>
Mon, 6 Jan 2014 15:17:47 +0000 (07:17 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 6 Jan 2014 15:17:47 +0000 (07:17 -0800)
Include/patchlevel.h
Misc/NEWS

index 0a5df3f0ec244df954895dfbff73385260eadc61..fdb96827ca4020427a4cbd5f937276576e310e09 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0b2"
+#define PY_VERSION             "3.4.0b2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index d512d5d39cc5ab082d36bc6ef2a1d55abb328dd3..b2ca818be21227ebbd5b18f1d6aec3a3dafa19a6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.0 Release Candidate 1?
+===============================================
+
+Release date: 2014-01-19
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.0 Beta 2?
 ==================================