[issue16220] wsgiref does not call close() on iterable response

Roundup Robot report at bugs.python.org
Sun Oct 21 14:17:12 CEST 2012


Roundup Robot added the comment:

New changeset eef470032457 by Antoine Pitrou in branch '3.2':
Issue #16220: wsgiref now always calls close() on an iterable response.
http://hg.python.org/cpython/rev/eef470032457

New changeset 2530acc092d8 by Antoine Pitrou in branch '3.3':
Issue #16220: wsgiref now always calls close() on an iterable response.
http://hg.python.org/cpython/rev/2530acc092d8

New changeset cf3a739345c6 by Antoine Pitrou in branch 'default':
Issue #16220: wsgiref now always calls close() on an iterable response.
http://hg.python.org/cpython/rev/cf3a739345c6

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16220>
_______________________________________


More information about the Python-bugs-list mailing list