diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-10-21 12:09:05 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-10-21 12:09:05 (GMT) |
commit | e97a24d06a09bfda5b1bec41ecbbbeff63a9e492 (patch) | |
tree | 789ca55321d28419514c35289f91e8ab1a3ed635 /Misc/NEWS | |
parent | c859bd2b2845ac1ac58b5674e54689172ff4df1a (diff) | |
download | cpython-e97a24d06a09bfda5b1bec41ecbbbeff63a9e492.zip cpython-e97a24d06a09bfda5b1bec41ecbbbeff63a9e492.tar.gz cpython-e97a24d06a09bfda5b1bec41ecbbbeff63a9e492.tar.bz2 |
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -122,6 +122,9 @@ Core and Builtins Library ------- +- Issue #16220: wsgiref now always calls close() on an iterable response. + Patch by Brent Tubbs. + - Issue #16176: Properly identify Windows 8 via platform.platform() - Issue #15756: subprocess.poll() now properly handles errno.ECHILD to |