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 brett.cannon
Recipients brett.cannon, docs@python, terry.reedy
Date 2020-10-21.21:56:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603317373.77.0.356593208501.issue41911@roundup.psfhosted.org>
In-reply-to
Content
It turns out the "expressions" page of the language reference makes multiple claims about types which do not hold, e.g. for multiplication, "The arguments must either both be numbers, or one argument must be an integer and the other must be a sequence", or for `&` that its arguments "must be integers".

So this is much larger than just comparison operators.
History
Date User Action Args
2020-10-21 21:56:13brett.cannonsetrecipients: + brett.cannon, terry.reedy, docs@python
2020-10-21 21:56:13brett.cannonsetmessageid: <1603317373.77.0.356593208501.issue41911@roundup.psfhosted.org>
2020-10-21 21:56:13brett.cannonlinkissue41911 messages
2020-10-21 21:56:13brett.cannoncreate