]> 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:09:05 +0000 (14:09 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 21 Oct 2012 12:09:05 +0000 (14:09 +0200)
commitae247a5ff6bd937f2049b2d403893d46840dfc21
tree01cec3294190fbaeb7bc03bdd0761d1e7d3bee97
parent2778d0d1477f854d7443075a21369fde2032d43c
Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.
Lib/test/test_wsgiref.py
Lib/wsgiref/handlers.py
Misc/ACKS
Misc/NEWS