]> granicus.if.org Git - python/commitdiff
Merge from Python 3.5.0 (rc2) to Python 3.5.1.
authorLarry Hastings <larry@hastings.org>
Tue, 25 Aug 2015 21:13:55 +0000 (14:13 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 25 Aug 2015 21:13:55 +0000 (14:13 -0700)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 0d7ae1d44caba1414ef6b4af7cb21a305b2196d9,1bf23343ab021c575eba2d131074ea9c7db20475..dcd2c37c6dcf2e245e0963589e221e7dc4bc74b4
+++ 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 #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?
  ===============================================