[Python-checkins] cpython (3.1): onto 3.1.5

benjamin.peterson python-checkins at python.org
Sat Jun 11 18:34:07 CEST 2011


http://hg.python.org/cpython/rev/6f0bcfc17a9e
changeset:   70784:6f0bcfc17a9e
branch:      3.1
parent:      70781:feae9f9e9f30
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Jun 11 11:33:01 2011 -0500
summary:
  onto 3.1.5

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	0
 
 /* Version as a string */
-#define PY_VERSION      	"3.1.4"
+#define PY_VERSION      	"3.1.4+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
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.1.5?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.1.4?
 ===========================
 

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


More information about the Python-checkins mailing list