[docs] [issue23343] operator precedence table for `not x` has an operand, while the others do not

Hobs report at bugs.python.org
Wed Jan 28 23:20:44 CET 2015


New submission from Hobs:

Shouldn't the [operator precedence table](https://docs.python.org/3.4/reference/expressions.html#operator-precedence), 5th row, 1st column, just say "`not`" rather than "`not` x"? The other rows are identified by the keyword for the operator and don't include any operand(s). Is there some other expression that includes `not` that should have a different position in the precedence table?

----------
assignee: docs at python
components: Documentation
messages: 234919
nosy: Hobson.Lane, docs at python
priority: normal
severity: normal
status: open
title: operator precedence table for `not x` has an operand, while the others do not
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23343>
_______________________________________


More information about the docs mailing list