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 Hobson.Lane
Recipients Hobson.Lane, docs@python
Date 2015-01-28.22:20:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422483644.76.0.913289618164.issue23343@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-01-28 22:20:44Hobson.Lanesetrecipients: + Hobson.Lane, docs@python
2015-01-28 22:20:44Hobson.Lanesetmessageid: <1422483644.76.0.913289618164.issue23343@psf.upfronthosting.co.za>
2015-01-28 22:20:44Hobson.Lanelinkissue23343 messages
2015-01-28 22:20:44Hobson.Lanecreate