[issue18035] telnetlib incorrectly assumes that select.error has an errno attribute

Thayu R report at bugs.python.org
Thu May 23 07:50:23 CEST 2013


Thayu R added the comment:

Just to add:
select.error was made an alias of OSError following PEP 3151 from 3.3 onwards. Up to 3.2, it was a pair containing the error code and the error string.

http://docs.python.org/3.3/library/select.html?highlight=select.error#select.error

----------
nosy: +Thayu.R

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


More information about the Python-bugs-list mailing list