]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
done with 2.6rc2
authorBarry Warsaw <barry@python.org>
Thu, 18 Sep 2008 05:34:31 +0000 (05:34 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 18 Sep 2008 05:34:31 +0000 (05:34 +0000)
Include/patchlevel.h
Misc/NEWS

index 26c646dcb84a5837fdca5e57c57308b79ff6bb3f..33e6ae049caa7e0f327caf7cd0b18066f772e8b1 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.6rc2"
+#define PY_VERSION             "2.6rc2+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index b0bbb699eee54b3a9612297fa47b2218b170d1d5..ecf823cad08bac28bdc4befe7605a02e966e9c83 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 final
+==============================
+
+*Release date: XX-XXX-2008*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6 release candidate 2?
 =============================================