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 benjamin.peterson
Recipients benjamin.peterson, brandon-rhodes
Date 2011-03-16.16:47:27
SpamBayes Score 0.008930779
Marked as misclassified No
Message-id <1300294048.12.0.434971600597.issue11572@psf.upfronthosting.co.za>
In-reply-to
Content
1. I prefer that we don't have pragma statements sprinkled over the stdlib.
2. You can use assertIs() instead of assertTrue(x is y) (Feel free to change the lot)
3. Along the way you could also change those "raise support.TestFailed" over to calling the TestCase.fail method.
History
Date User Action Args
2011-03-16 16:47:28benjamin.petersonsetrecipients: + benjamin.peterson, brandon-rhodes
2011-03-16 16:47:28benjamin.petersonsetmessageid: <1300294048.12.0.434971600597.issue11572@psf.upfronthosting.co.za>
2011-03-16 16:47:27benjamin.petersonlinkissue11572 messages
2011-03-16 16:47:27benjamin.petersoncreate