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 eric.snow
Recipients Ananthakrishnan, daniel.urban, docs@python, donovick, eric.snow, gvanrossum, miss-islington, ncoghlan
Date 2020-02-28.00:54:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582851277.61.0.812336229654.issue17422@roundup.psfhosted.org>
In-reply-to
Content
Thanks for working on this.  Sorry I didn't get a chance to see your PR sooner.  There was one small thing that needs to be changed back, as I implied in my comment on the PR [1].  Please undo the change in the text from "ordered mapping" to "dict".

The original "is initialised as an empty ordered mapping" text line should be restored.  "dict" is currently still not correct (the language spec does not dictate that dict be ordered).  However, PEP 520 specifies that it must be ordered.

Thanks!


[1] https://github.com/python/cpython/pull/18559#pullrequestreview-366098695
History
Date User Action Args
2020-02-28 00:54:37eric.snowsetrecipients: + eric.snow, gvanrossum, ncoghlan, daniel.urban, docs@python, miss-islington, donovick, Ananthakrishnan
2020-02-28 00:54:37eric.snowsetmessageid: <1582851277.61.0.812336229654.issue17422@roundup.psfhosted.org>
2020-02-28 00:54:37eric.snowlinkissue17422 messages
2020-02-28 00:54:37eric.snowcreate