[issue10362] AttributeError: addinfourl instance has no attribute 'tell'

Senthil Kumaran report at bugs.python.org
Sat Apr 19 10:30:42 CEST 2014


Senthil Kumaran added the comment:

I agree. Having tell on a file descriptor of a URL request is not going to be of help. You can easily write to a local file and use all the local file features, if it is things like .tell is desired.

----------
resolution:  -> not a bug
stage: needs patch -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list