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 xtreak
Recipients gvanrossum, josh.r, serhiy.storchaka, xtreak
Date 2019-09-13.09:43:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568367803.22.0.501746227718.issue37648@roundup.psfhosted.org>
In-reply-to
Content
Just to add list.__contains__ and others might cause subtle changes as noted. One example is around discussion at https://github.com/python/cpython/pull/14700#discussion_r324054193 where my code to fix mock.ANY was depending on this behavior to work on master and didn't work with 3.8 since it's not backported. mock.ANY depends on the order of operands.
History
Date User Action Args
2019-09-13 09:43:23xtreaksetrecipients: + xtreak, gvanrossum, serhiy.storchaka, josh.r
2019-09-13 09:43:23xtreaksetmessageid: <1568367803.22.0.501746227718.issue37648@roundup.psfhosted.org>
2019-09-13 09:43:23xtreaklinkissue37648 messages
2019-09-13 09:43:23xtreakcreate