[issue32412] help() of bitwise operators should mention sets as well

2017-12-23 Thread R. David Murray
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

[issue32412] help() of bitwise operators should mention sets as well

2017-12-22 Thread Steven D'Aprano
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