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.smith
Recipients eric.smith, selik
Date 2018-06-29.20:55:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530305706.43.0.56676864532.issue34003@psf.upfronthosting.co.za>
In-reply-to
Content
The dict and OrderedDict APIs are slightly different, although I'm not sure anyone cares. See #32339. In that PR https://github.com/python/cpython/pull/4904, Guido said to not make this change. See also the python-dev discussion at https://mail.python.org/pipermail/python-dev/2017-December/151351.html

If you feel strongly about this, I suggest discussing it on python-dev first.
History
Date User Action Args
2018-06-29 20:55:06eric.smithsetrecipients: + eric.smith, selik
2018-06-29 20:55:06eric.smithsetmessageid: <1530305706.43.0.56676864532.issue34003@psf.upfronthosting.co.za>
2018-06-29 20:55:06eric.smithlinkissue34003 messages
2018-06-29 20:55:06eric.smithcreate