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 ZooDSS
Recipients ZooDSS, docs@python, eric.smith, geoffreyspear, zach.ware
Date 2018-09-16.15:01:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537110060.75.0.956365154283.issue34682@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-09-16 15:01:00ZooDSSsetrecipients: + ZooDSS, eric.smith, docs@python, geoffreyspear, zach.ware
2018-09-16 15:01:00ZooDSSsetmessageid: <1537110060.75.0.956365154283.issue34682@psf.upfronthosting.co.za>
2018-09-16 15:01:00ZooDSSlinkissue34682 messages
2018-09-16 15:01:00ZooDSScreate