]> granicus.if.org Git - python/commitdiff
Post release twiddling.
authorBarry Warsaw <barry@python.org>
Tue, 17 Aug 2010 19:57:29 +0000 (19:57 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 17 Aug 2010 19:57:29 +0000 (19:57 +0000)
Include/patchlevel.h
Misc/NEWS

index c3a546161c1a3e8eeafb6d184391d764653a2fc4..23af4f197eaeb99bab2a3297970ab55f7d435518 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.6.6rc2"
+#define PY_VERSION             "2.6.6rc2+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index e36f9f3f2f01890b4f9891f260c26992ba45a697..98fa5cc02eda6f539324e47cd3274b3ad58707b1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,18 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.6.6?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6.6 rc 2?
 ================================