R. David Murray added the comment:
Which help are you talking about? The Operator Precedence table that you get
if you do, eg: help('&')? I don't think it would be appropriate to mention
specialized uses of the operators there, although perhaps we could add a
general note about operator ove
New submission from Steven D'Aprano :
If you ask for help on the set operators ^ & and | then help docs only talk
about them as bitwise operators.
Since sets and frozensets are important, built-in types, the help should
mention them as well.
--
assignee: docs@python
components: Docume