summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-08-21 03:02:47 (GMT)
committerBarry Warsaw <barry@python.org>2008-08-21 03:02:47 (GMT)
commit8509df7f9d6816dc20620728f1a1799546372b51 (patch)
treeb20ec4bd9260dc1ab18e74679462a5192706878d
parent238444e09f2dfc430d7e57f70aa8c3168ab6fc14 (diff)
downloadcpython-8509df7f9d6816dc20620728f1a1799546372b51.zip
cpython-8509df7f9d6816dc20620728f1a1799546372b51.tar.gz
cpython-8509df7f9d6816dc20620728f1a1799546372b51.tar.bz2
done with 3.0
-rw-r--r--Include/patchlevel.h2
-rw-r--r--Misc/NEWS12
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1a0752a..b50d8bc 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -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) */
diff --git a/Misc/NEWS b/Misc/NEWS
index 3a076fb..89ffdc1 100644
--- 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?
===========================