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 c69df66 commit a9d499dCopy full SHA for a9d499d
2 files changed
Include/patchlevel.h
@@ -22,7 +22,7 @@
22
#define PY_RELEASE_SERIAL 3
23
24
/* Version as a string */
25
-#define PY_VERSION "3.0a3"
+#define PY_VERSION "3.0a3+"
26
27
/* Subversion Revision number of this file (not of the repository) */
28
#define PY_PATCHLEVEL_REVISION "$Revision$"
Misc/NEWS
@@ -4,6 +4,13 @@ Python News
4
5
(editors: check NEWS.help for information about editing NEWS using ReST.)
6
7
+What's New in Python 3.0a4?
8
+===========================
9
+
10
+*Release date: XX-XXX-2008*
11
12
13
14
What's New in Python 3.0a3?
15
===========================
16
0 commit comments