]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 2.6.3 cleanup.
authorBarry Warsaw <barry@python.org>
Fri, 2 Oct 2009 20:23:50 +0000 (20:23 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 2 Oct 2009 20:23:50 +0000 (20:23 +0000)
Include/patchlevel.h
Misc/NEWS

index 100758a5e2c15f0041d9ed5335b9770d20929dc9..f2bdaf390751d70d48f6414ce69e0a64a671c87f 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.6.3"
+#define PY_VERSION             "2.6.3+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 9a237a28d86c2068966d18c95040a714a465da5e..c4d552c8033345ff78d24e8a7a62918063221f1f 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.4a1?
+=============================
+
+*Release date: XX-XXX-20XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6.3
 ==========================