[issue16723] io.TextIOWrapper on urllib.request.urlopen terminates prematurely
Serhiy Storchaka
report at bugs.python.org
Sat Jan 26 21:08:42 CET 2013
Serhiy Storchaka added the comment:
Here is a patch which fixes HTTPResponse's end. "closed" property no longer settled automatically, but only after explicit close().
----------
components: +IO, Library (Lib)
keywords: +patch
nosy: +orsenthil
stage: -> patch review
versions: +Python 3.2, Python 3.4
Added file: http://bugs.python.org/file28856/httpresponse_noclosed.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16723>
_______________________________________
More information about the Python-bugs-list
mailing list