summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-10-10 20:09:08 (GMT)
committerNed Deily <nad@python.org>2016-10-10 20:09:08 (GMT)
commit7e16af499b92def6fc4ab1bbcecd2c055a38de29 (patch)
tree65854f6a11e9f08c995148b5d1483ee8ba3239cd /Misc/NEWS
parentbec93b385858364e5ee47dde3e7bc800fb82a39a (diff)
downloadcpython-3.6.0b2.zip
cpython-3.6.0b2.tar.gz
cpython-3.6.0b2.tar.bz2
Version bump for 3.6.0b2v3.6.0b2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 388a757..aad546c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
What's New in Python 3.6.0 beta 2
=================================
-*Release date: XXXX-XX-XX*
+*Release date: 2016-10-10*
Core and Builtins
-----------------
@@ -266,6 +266,7 @@ Tests
- Issue #28217: Adds _testconsole module to test console input.
+
What's New in Python 3.6.0 beta 1
=================================
@@ -1001,6 +1002,7 @@ Build
- Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.
Also update FreedBSD version checks for the original ctype UTF-8 workaround.
+
What's New in Python 3.6.0 alpha 3
==================================