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 brian.curtin
Recipients Antoine d'Otreppe, benjamin.peterson, brian.curtin, eklitzke, findepi, ncoghlan, pitrou
Date 2010-01-16.21:39:37
SpamBayes Score 0.012305052
Marked as misclassified No
Message-id <1263677979.69.0.592406854517.issue3445@psf.upfronthosting.co.za>
In-reply-to
Content
In your test, the more common convention is to use assertFalse(foo) instead of assert_(not foo).
History
Date User Action Args
2010-01-16 21:39:40brian.curtinsetrecipients: + brian.curtin, ncoghlan, pitrou, benjamin.peterson, Antoine d'Otreppe, findepi, eklitzke
2010-01-16 21:39:39brian.curtinsetmessageid: <1263677979.69.0.592406854517.issue3445@psf.upfronthosting.co.za>
2010-01-16 21:39:38brian.curtinlinkissue3445 messages
2010-01-16 21:39:37brian.curtincreate