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 pablogsal
Recipients Ilya.Kulakov, Kentzo, cjw296, ezio.melotti, jcea, lisroach, lkollar, mariocj89, michael.foord, pablogsal, pitrou, rbcollins, xtreak
Date 2020-06-10.13:33:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591795992.71.0.247195836578.issue17013@roundup.psfhosted.org>
In-reply-to
Content
> 1. called is almost never used in practice (people just use .assert*)

Sorry but saying "almost never used" is not good enough. Not only because you hold incomplete data but because backwards compatibility is mainly binary: it breaks or it does not, and this breaks.

> 2. The is True / False is discouraged and is rarely used by itself, let alone in combination with .called

That is not true, is actually encouraged to check for singletons like True, False and None.
History
Date User Action Args
2020-06-10 13:33:12pablogsalsetrecipients: + pablogsal, jcea, pitrou, rbcollins, cjw296, ezio.melotti, michael.foord, Ilya.Kulakov, lisroach, mariocj89, lkollar, Kentzo, xtreak
2020-06-10 13:33:12pablogsalsetmessageid: <1591795992.71.0.247195836578.issue17013@roundup.psfhosted.org>
2020-06-10 13:33:12pablogsallinkissue17013 messages
2020-06-10 13:33:12pablogsalcreate