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 larry
Recipients Arfrever, georg.brandl, larry, richard, serhiy.storchaka, vajrasky
Date 2014-02-09.09:09:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391936989.3.0.704525161014.issue20517@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a first cut at a patch.  With this applied Python passes the whole test suite.

I was surprised at how ticklish the OSError object was about adding a fifth member, with this weird "exception tuples can only have two members" policy.  But test_exceptions helped me find all the problems.
History
Date User Action Args
2014-02-09 09:09:49larrysetrecipients: + larry, richard, georg.brandl, Arfrever, serhiy.storchaka, vajrasky
2014-02-09 09:09:49larrysetmessageid: <1391936989.3.0.704525161014.issue20517@psf.upfronthosting.co.za>
2014-02-09 09:09:49larrylinkissue20517 messages
2014-02-09 09:09:49larrycreate