[issue1682241] Problems with urllib2 read()

Antoine Pitrou report at bugs.python.org
Thu Feb 12 19:21:34 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

I think the bug should be closed as invalid. seek() should only be
implemented by genuinely seekable streams, which HTTP responses aren't.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list