summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-08-24 16:19:58 +0000
committerBarry Warsaw <barry@python.org>2010-08-24 16:19:58 +0000
commit1740947952f7eccd77e63dc7f0e1db2cfefdbc99 (patch)
treec043793df4a4e98d1c27b72ad694dca1310693b1
parente25ad5ec43f9fee85e5ac6f5a14f9acfc48da3b5 (diff)
downloadcpython-git-1740947952f7eccd77e63dc7f0e1db2cfefdbc99.tar.gz
Post release bump
-rw-r--r--Include/patchlevel.h2
-rw-r--r--Misc/NEWS16
2 files changed, 17 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 2d5cde2959..3952d075cf 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -27,7 +27,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "2.6.6"
+#define PY_VERSION "2.6.6+"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */
diff --git a/Misc/NEWS b/Misc/NEWS
index f02c86e343..550091cc75 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,22 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.6.7?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+*NOTE: Python 2.6 is in security-fix-only mode. No non-security bug fixes are
+ allowed. Python 2.6.7 and beyond will be source only releases.*
+
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
What's New in Python 2.6.6?
===========================