[Python-checkins] r79122 - in python/branches/release26-maint: Include/patchlevel.h Misc/NEWS

barry.warsaw python-checkins at python.org
Sat Mar 20 00:02:15 CET 2010


Author: barry.warsaw
Date: Sat Mar 20 00:02:15 2010
New Revision: 79122

Log:
Post 2.6.5 final cleanup.


Modified:
   python/branches/release26-maint/Include/patchlevel.h
   python/branches/release26-maint/Misc/NEWS

Modified: python/branches/release26-maint/Include/patchlevel.h
==============================================================================
--- python/branches/release26-maint/Include/patchlevel.h	(original)
+++ python/branches/release26-maint/Include/patchlevel.h	Sat Mar 20 00:02:15 2010
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION      	"2.6.5"
+#define PY_VERSION      	"2.6.5+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */

Modified: python/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS	(original)
+++ python/branches/release26-maint/Misc/NEWS	Sat Mar 20 00:02:15 2010
@@ -4,6 +4,18 @@
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.6.6 alpha 1?
+===================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6.5?
 ===========================
 


More information about the Python-checkins mailing list