]> granicus.if.org Git - python/commitdiff
Start 3.6.0b3
authorNed Deily <nad@python.org>
Tue, 11 Oct 2016 00:46:40 +0000 (20:46 -0400)
committerNed Deily <nad@python.org>
Tue, 11 Oct 2016 00:46:40 +0000 (20:46 -0400)
Include/patchlevel.h
Misc/NEWS

index 258dabb71cbb1b7a52487d244ce677ba7353d52d..29da489cfacf6a588ed03a833393ef052f866276 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.6.0b2"
+#define PY_VERSION             "3.6.0b2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index aad546c5e7faaea952f03d73e84ad85e80669d86..70dac5ae02ae16a875f61ab0f2b9f574d0d27f37 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.6.0 beta 3
+=================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.6.0 beta 2
 =================================