]> 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)
commite97a24d06a09bfda5b1bec41ecbbbeff63a9e492
tree789ca55321d28419514c35289f91e8ab1a3ed635
parentc859bd2b2845ac1ac58b5674e54689172ff4df1a
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