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 eric.araujo
Recipients belopolsky, docs@python, eric.araujo, stutzbach, terry.reedy
Date 2010-07-04.20:07:11
SpamBayes Score 0.075021416
Marked as misclassified No
Message-id <1278274034.23.0.390737312556.issue9132@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the explanation of the patch keyword. Its description (click on “Keywords”) is indeed generic (“contains patch”), http://www.python.org/dev/patches/ should probably say it too.

I don’t have enough knowledge to make a useful comment on the rest of your reply. Other people most certainly will.

I think two of my remarks are not addressed by your reply:
- Is the term “order comparisons” used in the doc? If not, its
meaning is non-obvious, and I’d like to find something clearer.
- Testing with “is” is called identity testing, “in” is membership or containement testing. Where are they called “comparisons”?
History
Date User Action Args
2010-07-04 20:07:14eric.araujosetrecipients: + eric.araujo, terry.reedy, belopolsky, stutzbach, docs@python
2010-07-04 20:07:14eric.araujosetmessageid: <1278274034.23.0.390737312556.issue9132@psf.upfronthosting.co.za>
2010-07-04 20:07:12eric.araujolinkissue9132 messages
2010-07-04 20:07:11eric.araujocreate