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 draghuram
Recipients draghuram, pitrou
Date 2008-06-06.15:11:43
SpamBayes Score 0.29979545
Marked as misclassified No
Message-id <1212765104.78.0.835519066355.issue3053@psf.upfronthosting.co.za>
In-reply-to
Content
Is there any particular reason to assert for failed function at all?
This test seems to be for 'onerror' function and the test would be valid
even without asserting whether the failed API is 'remove' or 'listdir'
etc. Isn't it?
History
Date User Action Args
2008-06-06 15:11:45draghuramsetspambayes_score: 0.299795 -> 0.29979545
recipients: + draghuram, pitrou
2008-06-06 15:11:44draghuramsetspambayes_score: 0.299795 -> 0.299795
messageid: <1212765104.78.0.835519066355.issue3053@psf.upfronthosting.co.za>
2008-06-06 15:11:44draghuramlinkissue3053 messages
2008-06-06 15:11:43draghuramcreate