commit | ae247a5ff6bd937f2049b2d403893d46840dfc21 | [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 | 01cec3294190fbaeb7bc03bdd0761d1e7d3bee97 | |
parent | 2778d0d1477f854d7443075a21369fde2032d43c [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 107222f..b68970a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -132,6 +132,9 @@ Library ------- +- Issue #16220: wsgiref now always calls close() on an iterable response. + Patch by Brent Tubbs. + - Issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. Patch by Giampaolo Rodola'.