summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-10-21 12:09:05 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-10-21 12:09:05 (GMT)
commite97a24d06a09bfda5b1bec41ecbbbeff63a9e492 (patch)
tree789ca55321d28419514c35289f91e8ab1a3ed635 /Misc/NEWS
parentc859bd2b2845ac1ac58b5674e54689172ff4df1a (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d87b9ed..7e91943 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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