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 adelfino
Recipients adelfino, barry, eli.bendersky, ethan.furman, pablogsal
Date 2018-06-14.21:09:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529010545.32.0.947875510639.issue33863@psf.upfronthosting.co.za>
In-reply-to
Content
What do you mean by "a generic dictionary"? If it's a dict-like object, then it *must* be ordered starting with 3.7.

I believe we should make it clear that a dictionary is always a dict object.

If you refer to a mapping with no specific API, then "an ordered mapping" is clear and correct.
History
Date User Action Args
2018-06-14 21:09:05adelfinosetrecipients: + adelfino, barry, eli.bendersky, ethan.furman, pablogsal
2018-06-14 21:09:05adelfinosetmessageid: <1529010545.32.0.947875510639.issue33863@psf.upfronthosting.co.za>
2018-06-14 21:09:05adelfinolinkissue33863 messages
2018-06-14 21:09:05adelfinocreate