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

barry.warsaw python-3000-checkins at python.org
Thu Aug 21 05:02:47 CEST 2008


Author: barry.warsaw
Date: Thu Aug 21 05:02:47 2008
New Revision: 65929

Log:
done with 3.0

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 Aug 21 05:02:47 2008
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL	3
 
 /* Version as a string */
-#define PY_VERSION      	"3.0b3"
+#define PY_VERSION      	"3.0b3+"
 /*--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 Aug 21 05:02:47 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 1
+============================================
+
+*Release date: XX-XXXX-2008*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's new in Python 3.0b3?
 ===========================
 


More information about the Python-3000-checkins mailing list