[docs] [issue33847] doc: Add '@' operator entry to index

Terry J. Reedy report at bugs.python.org
Fri Jun 15 14:08:18 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

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.

----------
assignee: docs at python -> terry.reedy
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33847>
_______________________________________


More information about the docs mailing list