New submission from Steven D'Aprano <steve+pyt...@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@python components: Documentation messages: 308946 nosy: docs@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 <rep...@bugs.python.org> <https://bugs.python.org/issue32412> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com