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 pitrou
Recipients barry, benjamin.peterson, bugs-python@vendor.thewrittenword.com, georg.brandl, iwienand, pitrou
Date 2012-09-03.19:46:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346701599.77.0.621861616362.issue15340@psf.upfronthosting.co.za>
In-reply-to
Content
As for the patch: looks good on the principle. However, PyExc_NotImplementedError has no "errno" or "filename", attribute, so you shouldn't use PyErr_SetFromErrnoWithFilename. Instead, simply call PyErr_SetString.
History
Date User Action Args
2012-09-03 19:46:39pitrousetrecipients: + pitrou, barry, georg.brandl, benjamin.peterson, bugs-python@vendor.thewrittenword.com, iwienand
2012-09-03 19:46:39pitrousetmessageid: <1346701599.77.0.621861616362.issue15340@psf.upfronthosting.co.za>
2012-09-03 19:46:39pitroulinkissue15340 messages
2012-09-03 19:46:39pitroucreate