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 alexreg, amaury.forgeotdarc, asvetlov, brian.curtin, eric.araujo, flox, jaraco, ncoghlan, python-dev, santoso.wijaya, wkornewald
Date 2012-06-20.04:04:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340165086.91.0.0445029226891.issue6727@psf.upfronthosting.co.za>
In-reply-to
Content
Would you mind making a small change and use assertEqual instead of an assert statement?  The test suite should run the same tests under -O and -OO; there are remaining asserts in old tests but for the last year or two we’ve tried to change them.  Thanks in advance.
History
Date User Action Args
2012-06-20 04:04:47eric.araujosetrecipients: + eric.araujo, amaury.forgeotdarc, jaraco, ncoghlan, brian.curtin, asvetlov, flox, santoso.wijaya, python-dev, wkornewald, alexreg
2012-06-20 04:04:46eric.araujosetmessageid: <1340165086.91.0.0445029226891.issue6727@psf.upfronthosting.co.za>
2012-06-20 04:04:46eric.araujolinkissue6727 messages
2012-06-20 04:04:45eric.araujocreate