commit | e97a24d06a09bfda5b1bec41ecbbbeff63a9e492 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 21 14:09:05 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 21 14:09:05 2012 +0200 |
tree | 789ca55321d28419514c35289f91e8ab1a3ed635 | |
parent | c859bd2b2845ac1ac58b5674e54689172ff4df1a [diff] [blame] |
Issue #16220: wsgiref now always calls close() on an iterable response. Patch by Brent Tubbs.
diff --git a/Misc/NEWS b/Misc/NEWS index d87b9ed..7e91943 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -122,6 +122,9 @@ 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