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 kigawas
Recipients docs@python, kigawas
Date 2020-10-06.02:42:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601952138.4.0.0931015825602.issue41950@roundup.psfhosted.org>
In-reply-to
Content
CONTAINS_OP for ‘in’ and ‘is not’ tests

should be 

CONTAINS_OP for ‘in’ and ‘not in’ tests

Ref:
https://bugs.python.org/issue39156
History
Date User Action Args
2020-10-06 02:42:18kigawassetrecipients: + kigawas, docs@python
2020-10-06 02:42:18kigawassetmessageid: <1601952138.4.0.0931015825602.issue41950@roundup.psfhosted.org>
2020-10-06 02:42:18kigawaslinkissue41950 messages
2020-10-06 02:42:18kigawascreate