]> granicus.if.org Git - python/commitdiff
done with 3.0
authorBarry Warsaw <barry@python.org>
Thu, 21 Aug 2008 03:02:47 +0000 (03:02 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 21 Aug 2008 03:02:47 +0000 (03:02 +0000)
Include/patchlevel.h
Misc/NEWS

index 1a0752a7262e85d27ba37366719aa52fac19499c..b50d8bcef83fa1f0b971166aa3b99247b08c0801 100644 (file)
@@ -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) */
index 3a076fb31c133031007cc20b1be4cdef27d3ad53..89ffdc1a07da2830b2a927e1cc00a959cd88a117 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,18 @@ Python News
 
 (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?
 ===========================