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 Ilya.Kulakov
Recipients Ilya.Kulakov, Kentzo, cjw296, ezio.melotti, jcea, lisroach, lkollar, mariocj89, michael.foord, pablogsal, pitrou, rbcollins, xtreak
Date 2020-06-10.13:15:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1F3994E8-05D1-4BE0-9FF4-9980680B092B@gmail.com>
In-reply-to <1591781006.47.0.557097120098.issue17013@roundup.psfhosted.org>
Content
> Unfortunately, we take backwards compatibility very seriously in the core team and this is a big downside of this proposal.

Current implementation relies on that:
1. called is almost never used in practice (people just use .assert*)
2. The is True / False is discouraged and is rarely used by itself, let alone in combination with .called

> Wouldn't that also break any mock that is mocking an object with a "called_event" attribute?

It should break them in the same way as "called" breaks them now.
History
Date User Action Args
2020-06-10 13:15:58Ilya.Kulakovsetrecipients: + Ilya.Kulakov, jcea, pitrou, rbcollins, cjw296, ezio.melotti, michael.foord, lisroach, mariocj89, lkollar, pablogsal, Kentzo, xtreak
2020-06-10 13:15:58Ilya.Kulakovlinkissue17013 messages
2020-06-10 13:15:58Ilya.Kulakovcreate