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 marco.buttu
Recipients Eric Lebigot, docs@python, lebigot, marco.buttu, terry.reedy
Date 2017-05-09.15:38:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494344294.91.0.0603854254434.issue30217@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at Doc/reference/expressions.rst and Doc/reference/datamodel.rst, I do not see any reference to the symbols, but only to the operator name (negation, minus, plus, inversion, etc.).  Therefore I think it is better to not change these files.

In the PR [*] I added (in Doc/library/stdtypes.rst) both a reference to the symbol and to the name.

Thank you very much 

[*] https://github.com/python/cpython/pull/1502/
History
Date User Action Args
2017-05-09 15:38:14marco.buttusetrecipients: + marco.buttu, terry.reedy, lebigot, docs@python, Eric Lebigot
2017-05-09 15:38:14marco.buttusetmessageid: <1494344294.91.0.0603854254434.issue30217@psf.upfronthosting.co.za>
2017-05-09 15:38:14marco.buttulinkissue30217 messages
2017-05-09 15:38:14marco.buttucreate