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 | ae247a5ff6bd937f2049b2d403893d46840dfc21 (patch) | |
tree | 01cec3294190fbaeb7bc03bdd0761d1e7d3bee97 /Misc | |
parent | 2778d0d1477f854d7443075a21369fde2032d43c (diff) | |
download | cpython-ae247a5ff6bd937f2049b2d403893d46840dfc21.zip cpython-ae247a5ff6bd937f2049b2d403893d46840dfc21.tar.gz cpython-ae247a5ff6bd937f2049b2d403893d46840dfc21.tar.bz2 |
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1067,6 +1067,7 @@ Richard Townsend Laurence Tratt John Tromp Jason Trowbridge +Brent Tubbs Anthony Tuininga Erno Tukia David Turner @@ -132,6 +132,9 @@ Core and Builtins 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'. |