Message 319218 - Python tracker

Message319218

Author adelfino
Recipients adelfino, docs@python
Date 2018-06-10.13:13:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528636386.67.0.592728768989.issue33819@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO, we should replace the "ordered dictionary" with "ordered mapping" now that regular dictionaries are ordered.

I'm proposing "ordered mapping" instead of "dictionary" because there's no actual dictionary behind; it's just a "conceptual model".

PR changes this.
History
Date User Action Args
2018-06-10 13:13:06adelfinosetrecipients: + adelfino, docs@python
2018-06-10 13:13:06adelfinosetmessageid: <1528636386.67.0.592728768989.issue33819@psf.upfronthosting.co.za>
2018-06-10 13:13:06adelfinolinkissue33819 messages
2018-06-10 13:13:06adelfinocreate