[issue30969] Docs should say that `x is z or x == z` is used for `x in y` in containers that do not implement `__contains__`

Cheryl Sabella report at bugs.python.org
Thu May 30 16:19:45 EDT 2019


Cheryl Sabella <cheryl.sabella at gmail.com> added the comment:


New changeset 2f5b9dcc0a89cbde1499c76df81c36bfd5ef9aa8 by Cheryl Sabella (Antti Haapala) in branch 'master':
bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)
https://github.com/python/cpython/commit/2f5b9dcc0a89cbde1499c76df81c36bfd5ef9aa8


----------
nosy: +cheryl.sabella

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30969>
_______________________________________


More information about the Python-bugs-list mailing list