We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286ff76 commit 01bf236Copy full SHA for 01bf236
2 files changed
Include/patchlevel.h
@@ -23,7 +23,7 @@
23
#define PY_RELEASE_SERIAL 2
24
25
/* Version as a string */
26
-#define PY_VERSION "3.1rc2"
+#define PY_VERSION "3.1rc2+"
27
/*--end constants--*/
28
29
/* 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 3.1?
8
+=========================
9
+
10
+*Release date: 27-June-2009*
11
12
+Core and Builtins
13
+-----------------
14
15
+Library
16
+-------
17
18
19
What's New in Python 3.1 Release Candidate 2?
20
=============================================
21
0 commit comments