summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-03-21 06:32:38 (GMT)
committerNed Deily <nad@python.org>2017-03-21 06:32:38 (GMT)
commit69c0db5050f623e8895b72dfe970392b1f9a0e2e (patch)
tree4453cfbdab1a996658cd1a815711664ee7742380 /Misc
parent8c18fbeed1c7721b67f1726a6e9c41acef823135 (diff)
downloadcpython-3.6.1.zip
cpython-3.6.1.tar.gz
cpython-3.6.1.tar.bz2
Update docs and patchlevel for 3.6.1 finalv3.6.1
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS26
1 files changed, 7 insertions, 19 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 653510b..4807bd0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,10 @@
Python News
+++++++++++
-What's New in Python 3.6.1 final?
-=================================
+What's New in Python 3.6.1?
+===========================
-*Release date: XXXX-XX-XX*
+*Release date: 2017-03-21*
Core and Builtins
-----------------
@@ -18,24 +18,12 @@ Core and Builtins
are inadvertently modified when inserting the import location named on the
command line.
-- bpo-29714: Fix a regression that bytes format may fail when containing zero
- bytes inside.
-
-Library
--------
-
-- bpo-28298: Fix a bug that prevented array 'Q', 'L' and 'I' from accepting big
- intables (objects that have __int__) as elements. Patch by Oren Milman.
-
-- bpo-28231: The zipfile module now accepts path-like objects for external
- paths.
+Build
+-----
-- bpo-26915: index() and count() methods of collections.abc.Sequence now
- check identity before checking equality when do comparisons.
+- bpo-27593: fix format of git information used in sys.version
-- bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (or any other
- exception) to exception(s) raised in the dispatched methods.
- Patch by Petr Motejlek.
+- Fix incompatible comment in python.h
What's New in Python 3.6.1 release candidate 1