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 methane
Recipients adelfino, barry, eli.bendersky, ethan.furman, methane, pablogsal
Date 2018-06-15.02:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529031397.78.0.947875510639.issue33863@psf.upfronthosting.co.za>
In-reply-to
Content
I feel "dictionary" implies "most likely dict or it's subclass" too.  But I don't think "ordered dictionary" is bad wording because:

* Historically, dict didn't preserve insertion order.
* Dict subclass can provide other ordering.

So "ordered dictionary" implies "most likely dict or it's subclass, without customizing ordering".
History
Date User Action Args
2018-06-15 02:56:37methanesetrecipients: + methane, barry, eli.bendersky, ethan.furman, pablogsal, adelfino
2018-06-15 02:56:37methanesetmessageid: <1529031397.78.0.947875510639.issue33863@psf.upfronthosting.co.za>
2018-06-15 02:56:37methanelinkissue33863 messages
2018-06-15 02:56:37methanecreate