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

barry.warsaw python-checkins at python.org
Wed Mar 3 04:09:49 CET 2010


Author: barry.warsaw
Date: Wed Mar  3 04:09:49 2010
New Revision: 78619

Log:
Post 2.6.5rc1 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	Wed Mar  3 04:09:49 2010
@@ -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) */

Modified: python/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS	(original)
+++ python/branches/release26-maint/Misc/NEWS	Wed Mar  3 04:09:49 2010
@@ -4,6 +4,18 @@
 
 (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?
 ================================
 


More information about the Python-checkins mailing list