From: Larry Hastings Date: Tue, 25 Aug 2015 21:13:55 +0000 (-0700) Subject: Merge from Python 3.5.0 (rc2) to Python 3.5.1. X-Git-Tag: v3.6.0a1~1738^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06a7d611da25fab11b7a7ab7a7f0bbce7d6a65fd;p=python Merge from Python 3.5.0 (rc2) to Python 3.5.1. --- 06a7d611da25fab11b7a7ab7a7f0bbce7d6a65fd diff --cc Misc/NEWS index 0d7ae1d44c,1bf23343ab..dcd2c37c6d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,39 -2,17 +2,45 @@@ 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 #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 #24847: Removes vcruntime140.dll dependency from Tcl/Tk. - +- 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? ===============================================