]> granicus.if.org Git - python/commitdiff
Post-release changes for 3.4.3.
authorLarry Hastings <larry@hastings.org>
Thu, 26 Feb 2015 13:56:32 +0000 (05:56 -0800)
committerLarry Hastings <larry@hastings.org>
Thu, 26 Feb 2015 13:56:32 +0000 (05:56 -0800)
Include/patchlevel.h
Misc/NEWS

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