]> granicus.if.org Git - python/commitdiff
Post-release fixups for Python 3.4.4rc1.
authorLarry Hastings <larry@hastings.org>
Mon, 7 Dec 2015 05:54:29 +0000 (21:54 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 7 Dec 2015 05:54:29 +0000 (21:54 -0800)
Include/patchlevel.h
Misc/NEWS

index df4b4e654415863646f021f6836ae3f62606878b..5a1afc65c590745c109bbaa2f20b6a5d07bc3aea 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.4.4rc1"
+#define PY_VERSION             "3.4.4rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 435178590fdca3a9887aa5379c5ef918f180209f..20b4c042f39abed4c2e4f8981fbc657949a27d68 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.4?
+===========================
+
+Release date: 2015/12/20
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.4rc1?
 ==============================