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 terry.reedy
Recipients docs@python, fdrake, r.david.murray, rhettinger, terry.reedy, wim.glenn
Date 2016-11-12.00:45:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478911555.24.0.75307751299.issue28617@psf.upfronthosting.co.za>
In-reply-to
Content
"Two more operations with the same syntactic priority, in and not in, are supported ..."

could be changed to

The containment tests in and not in have the same priority as comparisons and are supported ..."
History
Date User Action Args
2016-11-12 00:45:55terry.reedysetrecipients: + terry.reedy, fdrake, rhettinger, r.david.murray, docs@python, wim.glenn
2016-11-12 00:45:55terry.reedysetmessageid: <1478911555.24.0.75307751299.issue28617@psf.upfronthosting.co.za>
2016-11-12 00:45:55terry.reedylinkissue28617 messages
2016-11-12 00:45:55terry.reedycreate