Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265270d commit accdca5Copy full SHA for accdca5
2 files changed
Include/patchlevel.h
@@ -23,7 +23,7 @@
23
#define PY_RELEASE_SERIAL 1
24
25
/* Version as a string */
26
-#define PY_VERSION "3.1b1"
+#define PY_VERSION "3.1b1+"
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 release candiate 1?
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 3.1 beta 1?
20
================================
21
0 commit comments