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 steven.daprano
Recipients docs@python, steven.daprano
Date 2017-12-23.04:35:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514003729.76.0.213398074469.issue32412@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-23 04:35:29steven.dapranosetrecipients: + steven.daprano, docs@python
2017-12-23 04:35:29steven.dapranosetmessageid: <1514003729.76.0.213398074469.issue32412@psf.upfronthosting.co.za>
2017-12-23 04:35:29steven.dapranolinkissue32412 messages
2017-12-23 04:35:29steven.dapranocreate