We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25ad5e commit 1740947Copy full SHA for 1740947
2 files changed
Include/patchlevel.h
@@ -27,7 +27,7 @@
27
#define PY_RELEASE_SERIAL 0
28
29
/* Version as a string */
30
-#define PY_VERSION "2.6.6"
+#define PY_VERSION "2.6.6+"
31
/*--end constants--*/
32
33
/* Subversion Revision number of this file (not of the repository) */
Misc/NEWS
@@ -4,6 +4,22 @@ Python News
4
5
(editors: check NEWS.help for information about editing NEWS using ReST.)
6
7
+What's New in Python 2.6.7?
8
+===========================
9
+
10
+*Release date: XXXX-XX-XX*
11
12
+*NOTE: Python 2.6 is in security-fix-only mode. No non-security bug fixes are
13
+ allowed. Python 2.6.7 and beyond will be source only releases.*
14
15
16
+Core and Builtins
17
+-----------------
18
19
+Library
20
+-------
21
22
23
What's New in Python 2.6.6?
24
===========================
25
0 commit comments