[issue27247] telnetlib AttributeError: 'error' object has no attribute 'errno' (handling of select.error)

Xiang Zhang report at bugs.python.org
Tue Jun 7 05:05:35 EDT 2016


Xiang Zhang added the comment:

In py2, select.error is a stand alone exception while in py3 it's an alias of OSError. This difference seems not noticed when introduced in 872afada51b0.

----------
nosy: +gregory.p.smith, xiang.zhang

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


More information about the Python-bugs-list mailing list