]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 2.6.5rc1 cleanup.
authorBarry Warsaw <barry@python.org>
Wed, 3 Mar 2010 03:09:49 +0000 (03:09 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 3 Mar 2010 03:09:49 +0000 (03:09 +0000)
Include/patchlevel.h
Misc/NEWS

index 9287aff3c8f49375512f92823869b8a0f6ee0214..91310c8632100d6ff7f208ae2aa106cf14f0c3f2 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.6.5rc1"
+#define PY_VERSION             "2.6.5rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 49353a76df1fa1f7cf0b3507265fa67949cfa5dd..558abfc4ca6237aa4e8600fd04f3474ba079f7c7 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.5 final?
+=================================
+
+*Release date: 2010-03-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6.5 rc 1?
 ================================