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 serhiy.storchaka
Recipients brandtbucher, mkarotsieris, serhiy.storchaka
Date 2019-11-05.21:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572989593.38.0.518738387995.issue38706@roundup.psfhosted.org>
In-reply-to
Content
assertTrue() does not assert that the value is True. It asserts that it is true. For example, non-zero number or non-empty collections will pass the check.
History
Date User Action Args
2019-11-05 21:33:13serhiy.storchakasetrecipients: + serhiy.storchaka, brandtbucher, mkarotsieris
2019-11-05 21:33:13serhiy.storchakasetmessageid: <1572989593.38.0.518738387995.issue38706@roundup.psfhosted.org>
2019-11-05 21:33:13serhiy.storchakalinkissue38706 messages
2019-11-05 21:33:13serhiy.storchakacreate