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 santoso.wijaya
Recipients anacrolix, santoso.wijaya
Date 2011-08-04.00:27:37
SpamBayes Score 0.035136152
Marked as misclassified No
Message-id <1312417658.74.0.474008468425.issue12437@psf.upfronthosting.co.za>
In-reply-to
Content
At least in Windows, the exception object has its `winerror` attribute correctly set to 126, which is also translated to POSIX `errno` with `winerror_to_errno()`; the latter gives us EINVAL (22).
History
Date User Action Args
2011-08-04 00:27:38santoso.wijayasetrecipients: + santoso.wijaya, anacrolix
2011-08-04 00:27:38santoso.wijayasetmessageid: <1312417658.74.0.474008468425.issue12437@psf.upfronthosting.co.za>
2011-08-04 00:27:38santoso.wijayalinkissue12437 messages
2011-08-04 00:27:37santoso.wijayacreate