[issue31501] Operator precedence description for arithmetic operators

2017-09-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset e2593aa673c0347a74c4896a519e3b8cb7b55eb4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31501: Operator precedence description for arithmetic operators (GH-3633) (GH-3638)

[issue31501] Operator precedence description for arithmetic operators

2017-09-17 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31501] Operator precedence description for arithmetic operators

2017-09-17 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 9b47af65375fab9318e88ccb061394a36c8c6c33 by Raymond Hettinger (svelankar) in branch 'master': bpo-31501: Operator precedence description for arithmetic operators (#3633)

[issue31501] Operator precedence description for arithmetic operators

2017-09-17 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3630 ___ Python tracker ___

[issue31501] Operator precedence description for arithmetic operators

2017-09-17 Thread Raymond Hettinger
Raymond Hettinger added the comment: This is a reasonable proposal. -- nosy: +rhettinger versions: +Python 3.6 ___ Python tracker ___

[issue31501] Operator precedence description for arithmetic operators

2017-09-17 Thread svelankar
Changes by svelankar : -- keywords: +patch pull_requests: +3623 stage: -> patch review ___ Python tracker ___

[issue31501] Operator precedence description for arithmetic operators

2017-09-17 Thread svelankar
New submission from svelankar: Description for the operator precedence should read "Multiplication, matrix multiplication division, remainder" instead of "Multiplication, matrix multiplication, division, floor division, remainder. Section 6.16. Operator precedence I feel this would help a