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 docs@python, gdr@garethrees.org, terry.reedy
Date 2015-06-12.20:12:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434139968.23.0.467252935777.issue24406@psf.upfronthosting.co.za>
In-reply-to
Content
The 3.4 sequence section also has this: "Sequences of the same type also support comparisons. In particular, tuples and lists are compared lexicographically by comparing corresponding elements."  I agree that dicts should have a similar sentence or two. Neither the sequence or (frozen)set sections reference the language manual, so I will leave that out.
History
Date User Action Args
2015-06-12 20:12:48terry.reedysetrecipients: + terry.reedy, docs@python, gdr@garethrees.org
2015-06-12 20:12:48terry.reedysetmessageid: <1434139968.23.0.467252935777.issue24406@psf.upfronthosting.co.za>
2015-06-12 20:12:48terry.reedylinkissue24406 messages
2015-06-12 20:12:47terry.reedycreate