[Python-checkins] cpython: Post-version release cleanup.

larry.hastings python-checkins at python.org
Mon Sep 30 02:14:27 CEST 2013


http://hg.python.org/cpython/rev/d87077bb61a3
changeset:   85875:d87077bb61a3
user:        Larry Hastings <larry at hastings.org>
date:        Mon Sep 30 01:09:55 2013 +0100
summary:
  Post-version release cleanup.

files:
  Include/patchlevel.h |   2 +-
  Misc/NEWS            |  12 ++++++++++++
  2 files changed, 13 insertions(+), 1 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL	3
 
 /* Version as a string */
-#define PY_VERSION      	"3.4.0a3"
+#define PY_VERSION      	"3.4.0a3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.0 Alpha 4?
+================================
+
+Projected release date: 2013-10-20
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.0 Alpha 3?
 ===================================
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list