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 lemburg
Recipients barry, chrishood, eli.bendersky, ethan.furman, lemburg, pitrou, serhiy.storchaka, vstinner
Date 2013-11-28.14:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385650137.98.0.653145904148.issue19624@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure whether changing the errno module to use enums would be conceptually correct:

enums declare a fixed set of permitted values, but errno values can be any integer, are platform dependent and are sometimes not unique (e.g. EWOULDBLOCK = EAGAIN, or the various Windows WSA errno values which map to similar integers as the Unix ones).
History
Date User Action Args
2013-11-28 14:48:58lemburgsetrecipients: + lemburg, barry, pitrou, vstinner, eli.bendersky, ethan.furman, serhiy.storchaka, chrishood
2013-11-28 14:48:57lemburgsetmessageid: <1385650137.98.0.653145904148.issue19624@psf.upfronthosting.co.za>
2013-11-28 14:48:57lemburglinkissue19624 messages
2013-11-28 14:48:57lemburgcreate