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 adelfino, docs@python, terry.reedy
Date 2018-06-15.18:08:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529086098.2.0.947875510639.issue33847@psf.upfronthosting.co.za>
In-reply-to
Content
This is definitely an oversight to be corrected.  Index entries for the other binary arithmetic operators point to the table at
https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex
But @ is not in that table since number @ number is meaningless and invalid.  So I agree that the best location is the sentence in
https://docs.python.org/3/reference/expressions.html#binary-arithmetic-operations.
History
Date User Action Args
2018-06-15 18:08:18terry.reedysetrecipients: + terry.reedy, docs@python, adelfino
2018-06-15 18:08:18terry.reedysetmessageid: <1529086098.2.0.947875510639.issue33847@psf.upfronthosting.co.za>
2018-06-15 18:08:18terry.reedylinkissue33847 messages
2018-06-15 18:08:18terry.reedycreate