[issue19154] AttributeError: 'NoneType' in http/client.py when using select when file descriptor is closed.

Antoine Pitrou report at bugs.python.org
Tue Oct 8 23:11:00 CEST 2013


Antoine Pitrou added the comment:

I think ValueError should generally be raised when calling fileno() on a closed file. However, this is not something we're gonna change in a bugfix release, so it would go in 3.4 at the earliest.

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

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


More information about the Python-bugs-list mailing list