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 sjoerder
Recipients sjoerder
Date 2013-02-06.14:15:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360160152.63.0.655571539572.issue17142@psf.upfronthosting.co.za>
In-reply-to
Content
In test_builtin.py, on the fourth in the test_any() function:

self.assertRaises(RuntimeError, all, TestFailingIter())

I think this should be:

self.assertRaises(RuntimeError, any, TestFailingIter())
History
Date User Action Args
2013-02-06 14:15:52sjoerdersetrecipients: + sjoerder
2013-02-06 14:15:52sjoerdersetmessageid: <1360160152.63.0.655571539572.issue17142@psf.upfronthosting.co.za>
2013-02-06 14:15:52sjoerderlinkissue17142 messages
2013-02-06 14:15:52sjoerdercreate