]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
done with the release
authorBarry Warsaw <barry@python.org>
Thu, 21 Aug 2008 02:12:56 +0000 (02:12 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 21 Aug 2008 02:12:56 +0000 (02:12 +0000)
Include/patchlevel.h
Misc/NEWS

index 5de03dcd3700f7c6aaaad64cacbe00401acd2132..61f12b4f603dbccecc55be3c49fc9f526599ccea 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "2.6b3"
+#define PY_VERSION             "2.6b3+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index cefddc5e6fbcc16ef1abf16aba85451601cfee06..7dc9c0497e3cc06c0e0d87c59b5f821f76c2a39c 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 2.6 release candidate 1?
+=============================================
+
+*Release date: XX-XXX-2008*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6 beta 3?
 ================================