Terry J. Reedy <tjre...@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@python -> terry.reedy
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33847>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to