]> granicus.if.org Git - python/commitdiff
Post-release updates for Python 3.4.3rc1.
authorLarry Hastings <larry@hastings.org>
Sun, 8 Feb 2015 22:04:36 +0000 (14:04 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 8 Feb 2015 22:04:36 +0000 (14:04 -0800)
Include/patchlevel.h
Misc/NEWS

index 8018fe9d391a4112b223477e61e56f9ee4d1ed44..e68274bf65ab425ed626d14e3a27e19d6ccdc8e4 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.4.3rc1"
+#define PY_VERSION             "3.4.3rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 7cdeae492c65b3b3e03474ebbce400b2627f9d8f..85e5cf2985b6f70e6d2af6fb5aa13c90a429f607 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,17 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.3?
+===========================
+
+Release date: 2015-02-22
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
 
 What's New in Python 3.4.3rc1?
 ==============================