We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5724f commit 8275da3Copy full SHA for 8275da3
2 files changed
Include/patchlevel.h
@@ -27,7 +27,7 @@
27
#define PY_RELEASE_SERIAL 2
28
29
/* Version as a string */
30
-#define PY_VERSION "2.6.6rc2"
+#define PY_VERSION "2.6.6rc2+"
31
/*--end constants--*/
32
33
/* Subversion Revision number of this file (not of the repository) */
Misc/NEWS
@@ -4,6 +4,18 @@ Python News
4
5
(editors: check NEWS.help for information about editing NEWS using ReST.)
6
7
+What's New in Python 2.6.6?
8
+===========================
9
+
10
+*Release date: XXXX-XX-XX*
11
12
+Core and Builtins
13
+-----------------
14
15
+Library
16
+-------
17
18
19
What's New in Python 2.6.6 rc 2?
20
================================
21
0 commit comments