[New-bugs-announce] [issue12367] select.error has no errno attribute

STINNER Victor report at bugs.python.org
Sun Jun 19 22:22:18 CEST 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

It would be nice to have a errno attribute for select.error. I don't know if select.errno should inherit from OSError, WindowsError or nothing.

See also the PEP 3151:
http://www.python.org/dev/peps/pep-3151/#common-errnos-with-select-error

----------
messages: 138659
nosy: haypo, pitrou
priority: normal
severity: normal
status: open
title: select.error has no errno attribute
versions: Python 3.3

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


More information about the New-bugs-announce mailing list