]> granicus.if.org Git - python/commitdiff
#16245: merge with 3.3.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Oct 2012 13:54:24 +0000 (15:54 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Oct 2012 13:54:24 +0000 (15:54 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 47107b5ba4c5feb99c75a036ed322a8efbb7f388,e868a235e01372748df36c09bdcd4bc924aabad8..8b0e4580319513d5f5b0ff54b0194f4ae3f51240
+++ b/Misc/NEWS
@@@ -59,25 -46,10 +59,27 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #16245: Fix the value of a few entities in html.entities.html5.
 +- Issue #16301: Fix the localhost verification in urllib/request.py for file://
 +  urls.
 +
 +- Issue #16250: Fix the invocations of URLError which had misplaced filename
 +  attribute for exception.
 +
 +- Issue #10836: Fix exception raised when file not found in urlretrieve
 +  Initial patch by Ezio Melotti.
 +
  - Issue #14398: Fix size truncation and overflow bugs in the bz2 module.
  
 +- Issue #12692: Fix resource leak in urllib.request when talking to an HTTP
 +  server that does not include a "Connection: close" header in its responses.
 +
 +- Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle.
 +  Patch by Atsuo Ishimoto.
 +
 +- Improve performance of `lzma.LZMAFile`.
 +
  - Issue #16220: wsgiref now always calls close() on an iterable response.
    Patch by Brent Tubbs.