[issue1327971] HTTPResponse instance has no attribute 'fileno'

Senthil Kumaran report at bugs.python.org
Tue Sep 21 03:42:56 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

Fix committed in revision 84932.  A property based fileno was not required, because it is hardly set, it is always often a read-only attribute. Also, py3k behavior is same as the current fix.

----------

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


More information about the Python-bugs-list mailing list