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

benjamin.peterson python-checkins at python.org
Sun Jun 6 04:09:34 CEST 2010


Author: benjamin.peterson
Date: Sun Jun  6 04:09:33 2010
New Revision: 81777

Log:
careening towards 2.7rc2 we go

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	Sun Jun  6 04:09:33 2010
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION      	"2.7rc1"
+#define PY_VERSION      	"2.7rc1+"
 /*--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	Sun Jun  6 04:09:33 2010
@@ -4,6 +4,18 @@
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python release candidate 2?
+=========================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.7 Release Candidate 1?
 =============================================
 


More information about the Python-checkins mailing list