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 barry
Recipients barry
Date 2010-09-21.21:44:10
SpamBayes Score 0.00026047218
Marked as misclassified No
Message-id <1285105452.83.0.807715545592.issue9916@psf.upfronthosting.co.za>
In-reply-to
Content
According to this message, Python's errno module is missing some symbols:

https://lists.ubuntu.com/archives/ubuntu-devel/2010-August/031341.html

ENOMEDIUM       123     /* No medium found */
EMEDIUMTYPE     124     /* Wrong medium type */
ECANCELED       125     /* Operation Canceled */
ENOKEY          126     /* Required key not available */
EKEYEXPIRED     127     /* Key has expired */
EKEYREVOKED     128     /* Key has been revoked */
EKEYREJECTED    129     /* Key was rejected by service */
EOWNERDEAD      130     /* Owner died */
ENOTRECOVERABLE 131     /* State not recoverable */
ERFKILL         132     /* Operation not possible due to RF-kill */

While we're at it, it might be nice to add -m functionality to print out the errno, though I'm not even sure this is possible with an extension module.
History
Date User Action Args
2010-09-21 21:44:12barrysetrecipients: + barry
2010-09-21 21:44:12barrysetmessageid: <1285105452.83.0.807715545592.issue9916@psf.upfronthosting.co.za>
2010-09-21 21:44:11barrylinkissue9916 messages
2010-09-21 21:44:10barrycreate