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 terry.reedy
Recipients aidan.feldman, docs@python, gvanrossum, steven.daprano, terry.reedy, zach.ware
Date 2021-04-16.21:11:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618607515.83.0.437211522795.issue43837@roundup.psfhosted.org>
In-reply-to
Content
When I looked at the table yesterday (after several years), I was initially confused at the 'reversed' order (before I checked the text above).  Besides precedence usually (nearly always) being listed high to low*, the chapter itself is highest to lowest, so the table is reversed from the chapter order.

* I checked K&R C and several sites and images and all I saw had highest at the top (highest).  This include other Python charts.

The table has been this way since at least 1.4
https://docs.python.org/release/1.4/ref/ref5.html#HDR18
Guido, how would you feel about reversing it to follow what seems to be the de facto standard?

The header 'Operator' could be changed to 'Operator (lowest first)' but I would prefer to make that 'Operator (highest first)'.
History
Date User Action Args
2021-04-16 21:11:55terry.reedysetrecipients: + terry.reedy, gvanrossum, steven.daprano, docs@python, zach.ware, aidan.feldman
2021-04-16 21:11:55terry.reedysetmessageid: <1618607515.83.0.437211522795.issue43837@roundup.psfhosted.org>
2021-04-16 21:11:55terry.reedylinkissue43837 messages
2021-04-16 21:11:55terry.reedycreate