[issue46272] Fix bitwise and logical terminology in python.gram

Raymond Hettinger report at bugs.python.org
Wed Jan 5 13:54:45 EST 2022


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

In the section "Comparison operators", all mentions of "bitwise" should be "binary".

The section "Logical operators" should be retitled "Bitwise operators".  See: https://docs.python.org/3/reference/expressions.html#binary-bitwise-operations

----------
assignee: pablogsal
components: Documentation
messages: 409796
nosy: pablogsal, rhettinger
priority: normal
severity: normal
status: open
title: Fix bitwise and logical terminology in python.gram
versions: Python 3.10, Python 3.11

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


More information about the Python-bugs-list mailing list