[New-bugs-announce] [issue32412] help() of bitwise operators should mention sets as well

Steven D'Aprano report at bugs.python.org
Fri Dec 22 23:35:29 EST 2017


New submission from Steven D'Aprano <steve+python at pearwood.info>:

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 at python
components: Documentation
messages: 308946
nosy: docs at python, steven.daprano
priority: normal
severity: normal
status: open
title: help() of bitwise operators should mention sets as well
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32412>
_______________________________________


More information about the New-bugs-announce mailing list