[issue16677] Hard to find operator precedence in Lang Ref.

2012-12-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Changing 'datum' to 'value' is a nice touch that I overlooked. It is definitely friendlier to people whose native language is not latin-infested. Thanks. -- ___ Python tracker ___

[issue16677] Hard to find operator precedence in Lang Ref.

2012-12-25 Thread Ezio Melotti
Ezio Melotti added the comment: I think it's better to keep the two sections separate, so I just changed the title from "Summary" to "Operator precedence". While I was at it I also fixed the markup in a few places in the section and noticed a mistake in the "Evaluation order" (reported in #1677

[issue16677] Hard to find operator precedence in Lang Ref.

2012-12-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset a0f6c68ea12f by Ezio Melotti in branch '2.7': #16677: rename section header and fix markup. http://hg.python.org/cpython/rev/a0f6c68ea12f New changeset 2eab4f7b7280 by Ezio Melotti in branch '3.2': #16677: rename section header and fix markup. http:

[issue16677] Hard to find operator precedence in Lang Ref.

2012-12-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: I agree with index entries and that 6.14 Evaluation Order (7 lines) and 6.15 Summary (precedence table and notes) could be combined into 6.14 Evaluation Order and Precedence. I don't think the text necessarily needs revision. Just augment 6.14 and remove 6.15.

[issue16677] Hard to find operator precedence in Lang Ref.

2012-12-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +chris.jerdonek, ezio.melotti stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue16677] Hard to find operator precedence in Lang Ref.

2012-12-13 Thread rurpy
New submission from rurpy: Python Language Reference, chapter 6 "Expressions". The last section (6.15) of this is titled, "Summary". That title is misleading -- it is not really a summary of the "Expressions" chapter but rather, as the first sentence makes clear, a table of operator precedenc