summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-10-08 09:40:43 (GMT)
committerLarry Hastings <larry@hastings.org>2014-10-08 09:40:43 (GMT)
commitadeb140cb3f5bcf2ceab84796160ce654dbf1151 (patch)
tree7a7fa98bc1d18f619e434d92dd35cba1c741e70f
parent1123aa26c8e4c13741562cdbabb3e59ed2b545d1 (diff)
downloadcpython-adeb140cb3f5bcf2ceab84796160ce654dbf1151.zip
cpython-adeb140cb3f5bcf2ceab84796160ce654dbf1151.tar.gz
cpython-adeb140cb3f5bcf2ceab84796160ce654dbf1151.tar.bz2
Post-release changes after 3.4.2 final.
-rw-r--r--Include/patchlevel.h2
-rw-r--r--Misc/NEWS12
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index b4f7590..ee45177 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -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.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4ecf91d..d896512 100644
--- 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?
===========================