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 svelankar
Recipients Mariatta, docs@python, svelankar
Date 2017-09-17.23:11:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505689879.15.0.556612193344.issue31501@psf.upfronthosting.co.za>
In-reply-to
Content
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 new comer to python to instantly figure out what does "//" stand for.
History
Date User Action Args
2017-09-17 23:11:19svelankarsetrecipients: + svelankar, docs@python, Mariatta
2017-09-17 23:11:19svelankarsetmessageid: <1505689879.15.0.556612193344.issue31501@psf.upfronthosting.co.za>
2017-09-17 23:11:19svelankarlinkissue31501 messages
2017-09-17 23:11:18svelankarcreate