]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Start 3.6.0a3
authorNed Deily <nad@python.org>
Tue, 14 Jun 2016 03:46:45 +0000 (23:46 -0400)
committerNed Deily <nad@python.org>
Tue, 14 Jun 2016 03:46:45 +0000 (23:46 -0400)
Include/patchlevel.h
Misc/NEWS

index 6dc6df226d3b29faeb97ecf4fd173d7d7ab07906..4164ff316706eb204cc98497f53b8a4f31c0dee8 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.6.0a2"
+#define PY_VERSION             "3.6.0a2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 96849b8ab0713384d6e57069764972ba0b1bc815..5a9d42ca36b00015015cb52295695e91971a5cf7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.6.0 alpha 3
+==================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.6.0 alpha 2
 ==================================