]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release cleaup.
authorBarry Warsaw <barry@python.org>
Sat, 14 Feb 2009 02:22:24 +0000 (02:22 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 14 Feb 2009 02:22:24 +0000 (02:22 +0000)
Include/patchlevel.h
Misc/NEWS

index 820de2621185eb6861b8d533cf033b974258d2a3..89cc336031fae33a9a6404d3671a7adb036e2ca5 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.0.1"
+#define PY_VERSION             "3.0.1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 8acfa53614c44d5f722261772b2e0e9441672404..10fa18788cf0d5834ecf9d2dc59ab755d9e2ba22 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.2?
+===========================
+
+*Release date: XX-XXX-2009*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.0.1?
 ===========================