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 eric.araujo
Recipients alexis, eric.araujo, francismb, tarek, tshepang
Date 2012-02-11.04:56:29
SpamBayes Score 0.014965582
Marked as misclassified No
Message-id <1328936192.43.0.44236998698.issue13953@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, I’ve got it from that point.

Notes for future patches:
- Tests should not check the exact contents of error messages, as they are not part of the language
- Don’t use assertEqual(..., True) but assertTrue, or if you’re testing comparisons, use assertGreater and friends (or check the result of sorted(somelist) to compare a bunch of objects at once)
History
Date User Action Args
2012-02-11 04:56:32eric.araujosetrecipients: + eric.araujo, tarek, alexis, tshepang, francismb
2012-02-11 04:56:32eric.araujosetmessageid: <1328936192.43.0.44236998698.issue13953@psf.upfronthosting.co.za>
2012-02-11 04:56:31eric.araujolinkissue13953 messages
2012-02-11 04:56:31eric.araujocreate