ZooDSS <zoo...@yandex.ru> added the comment:
Wanted to add a little bit more, but didn't know where to, so here it goes. https://docs.python.org/3/reference/expressions.html#membership-test-operations "The operator not in is defined to have the inverse true value of in." may be better to use "... the inverse truth value of in." as it is used in the next section, for identity comparisons explanation: "x is not y yields the inverse truth value." https://docs.python.org/3/reference/expressions.html#is-not In this section "object identity" is used two times. May be better to say "object's identity", as identity is a part of an object. Object has identity. "...test for object identity" - here. "Object identity is determined..." - and here. ---------- nosy: +ZooDSS _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34682> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com