This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pitrou, vstinner
Date 2011-06-19.20:22:18
SpamBayes Score 0.028908836
Marked as misclassified No
Message-id <1308514938.77.0.387292853061.issue12367@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-06-19 20:22:18vstinnersetrecipients: + vstinner, pitrou
2011-06-19 20:22:18vstinnersetmessageid: <1308514938.77.0.387292853061.issue12367@psf.upfronthosting.co.za>
2011-06-19 20:22:18vstinnerlinkissue12367 messages
2011-06-19 20:22:18vstinnercreate