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 brian.curtin, eric.araujo, r.david.murray, rhettinger, saffroy
Date 2011-05-30.14:18:37
SpamBayes Score 0.0013347508
Marked as misclassified No
Message-id <1306765118.35.0.984697022337.issue11416@psf.upfronthosting.co.za>
In-reply-to
Content
I’m surprised self.assert_ does not produce a DeprecationWarning (in favor of assertTrue).  The tests should use assertEqual(expected, computed) anyway, to let developers see a useful diff when the test fails.  Could you change this in the tests?
History
Date User Action Args
2011-05-30 14:18:38eric.araujosetrecipients: + eric.araujo, rhettinger, r.david.murray, brian.curtin, saffroy
2011-05-30 14:18:38eric.araujosetmessageid: <1306765118.35.0.984697022337.issue11416@psf.upfronthosting.co.za>
2011-05-30 14:18:37eric.araujolinkissue11416 messages
2011-05-30 14:18:37eric.araujocreate