Python News
+++++++++++
-What's New in Python 3.5.0 release candidate 3?
-===============================================
-Release date: 2015-09-06
+What's New in Python 3.5.1
+==========================
+
-
+Release date: TBA
-
Core and Builtins
-----------------
Library
-------
- - Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
-
++- Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length
++ header in part headers. Patch written by Peter Landry and reviewed by Pierre
++ Quentel.
++
++- Issue #24774: Fix docstring in http.server.test. Patch from Chiu-Hsiang Hsu.
++
++- Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
++ Patch from Łukasz Langa.
++
+- Issue #20362: Honour TestCase.longMessage correctly in assertRegex.
+ Patch from Ilia Kurenkov.
+
-
+- Issue #23572: Fixed functools.singledispatch on classes with falsy
+ metaclasses. Patch by Ethan Furman.
+
+Documentation
+-------------
+
++- Issue #23725: Overhaul tempfile docs. Note deprecated status of mktemp.
++ Patch from Zbigniew Jędrzejewski-Szmek.
++
+- Issue #24808: Update the types of some PyTypeObject fields. Patch by
+ Joseph Weston.
+
+- Issue #22812: Fix unittest discovery examples.
+ Patch from Pam McA'Nulty.
+
What's New in Python 3.5.0 release candidate 2?
===============================================