[Python-checkins] cpython (2.6): Replay svn r88852.

barry.warsaw python-checkins at python.org
Sat Jun 4 02:08:02 CEST 2011


http://hg.python.org/cpython/rev/3c4d84403bcf
changeset:   70634:3c4d84403bcf
branch:      2.6
user:        Barry Warsaw <barry at python.org>
date:        Fri Jun 03 20:05:48 2011 -0400
summary:
  Replay svn r88852.

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

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


More information about the Python-checkins mailing list