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 terry.reedy
Recipients asvetlov, ezio.melotti, rhettinger, serhiy.storchaka, terry.reedy
Date 2014-05-03.05:38:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399095526.78.0.0380932051047.issue20544@psf.upfronthosting.co.za>
In-reply-to
Content
The generic error message for the first is 'False is not true'. Clear but useless. The error message for the second is the more specific '<representation of object)> is not None'. Since the expression was supposed to evaluate to None, but did not, it would be helpful to me, at least, to know what it did evaluate to.
History
Date User Action Args
2014-05-03 05:38:46terry.reedysetrecipients: + terry.reedy, rhettinger, ezio.melotti, asvetlov, serhiy.storchaka
2014-05-03 05:38:46terry.reedysetmessageid: <1399095526.78.0.0380932051047.issue20544@psf.upfronthosting.co.za>
2014-05-03 05:38:46terry.reedylinkissue20544 messages
2014-05-03 05:38:46terry.reedycreate