[Python-checkins] r66422 - in python/trunk: Include/patchlevel.h Misc/NEWS

barry.warsaw python-checkins at python.org
Sat Sep 13 03:12:18 CEST 2008


Author: barry.warsaw
Date: Sat Sep 13 03:12:18 2008
New Revision: 66422

Log:
post release updates

Modified:
   python/trunk/Include/patchlevel.h
   python/trunk/Misc/NEWS

Modified: python/trunk/Include/patchlevel.h
==============================================================================
--- python/trunk/Include/patchlevel.h	(original)
+++ python/trunk/Include/patchlevel.h	Sat Sep 13 03:12:18 2008
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION      	"2.6rc1"
+#define PY_VERSION      	"2.6rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Sep 13 03:12:18 2008
@@ -4,6 +4,18 @@
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.6 release candidate 2?
+=============================================
+
+*Release date: XX-XXXX-2008*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6 release candidate 1?
 =============================================
 


More information about the Python-checkins mailing list