]> granicus.if.org Git - python/commitdiff
Post-release changes after 3.4.2 final.
authorLarry Hastings <larry@hastings.org>
Wed, 8 Oct 2014 09:40:43 +0000 (02:40 -0700)
committerLarry Hastings <larry@hastings.org>
Wed, 8 Oct 2014 09:40:43 +0000 (02:40 -0700)
Include/patchlevel.h
Misc/NEWS

index b4f7590be33b601d0bfd21620a92c39a62267bd3..ee45177bd0d6e9f974e6db577b3bc63b6e16f716 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.4.2"
+#define PY_VERSION             "3.4.2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 4ecf91d16a1fd9dc3e06e0d42e99682381fcecd5..d8965122681b9bac3756da829f148c4ceacb9312 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.3rc1?
+==============================
+
+Release date: TBA
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.2?
 ===========================