]> granicus.if.org Git - python/commit
Issue #16220: wsgiref now always calls close() on an iterable response.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 21 Oct 2012 12:15:06 +0000 (14:15 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 21 Oct 2012 12:15:06 +0000 (14:15 +0200)
commitd3a3e640b60484aa1450ca4a605d0e817f9e108f
treeb59528c5cdf8d0c57f7eec65f3bb5ab606d5abff
parent777d0c5c21916a0104d366da5205218ae99556b2
parent550841253fc237f7aed14663de9717d6313e340d
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.
Misc/NEWS