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