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 r.david.murray
Recipients dmalcolm, r.david.murray
Date 2010-04-05.16:32:13
SpamBayes Score 0.030863488
Marked as misclassified No
Message-id <1270485135.48.0.047344914358.issue8316@psf.upfronthosting.co.za>
In-reply-to
Content
Committed in r79803.  I changed the assert_ to an if not m/fail, since assert_ is deprecated and I think the if makes it clearer than the assert_ what it is that is being checked.
History
Date User Action Args
2010-04-05 16:32:15r.david.murraysetrecipients: + r.david.murray, dmalcolm
2010-04-05 16:32:15r.david.murraysetmessageid: <1270485135.48.0.047344914358.issue8316@psf.upfronthosting.co.za>
2010-04-05 16:32:13r.david.murraylinkissue8316 messages
2010-04-05 16:32:13r.david.murraycreate