[Python-3000-checkins] r66503 - in python/branches/py3k: Include/patchlevel.h Misc/NEWS

barry.warsaw python-3000-checkins at python.org
Thu Sep 18 06:28:36 CEST 2008


Author: barry.warsaw
Date: Thu Sep 18 06:28:35 2008
New Revision: 66503

Log:
done with rc1

Modified:
   python/branches/py3k/Include/patchlevel.h
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Include/patchlevel.h
==============================================================================
--- python/branches/py3k/Include/patchlevel.h	(original)
+++ python/branches/py3k/Include/patchlevel.h	Thu Sep 18 06:28:35 2008
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION      	"3.0rc1"
+#define PY_VERSION      	"3.0rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Thu Sep 18 06:28:35 2008
@@ -4,6 +4,18 @@
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 3.0 release candidate 2
+============================================
+
+*Release date: XX-XXX-2008*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.0 release candidate 1
 ============================================
 


More information about the Python-3000-checkins mailing list