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 Dima.Tisnek, aeros, docs@python, josh.r, lebigot, methane, rhettinger
Date 2019-07-21.08:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563699169.58.0.710826241279.issue30550@roundup.psfhosted.org>
In-reply-to
Content
OrderedDict is not recommended to preserve order any more.

Note that mention about `object_pairs_hook=OrderedDict` is removed intentionally.
https://github.com/python/cpython/pull/5001

Please forget about OrderedDict unless you need additional feature OrderedDict provides.  It is far inefficient than regular dict.
History
Date User Action Args
2019-07-21 08:52:49methanesetrecipients: + methane, rhettinger, lebigot, docs@python, Dima.Tisnek, josh.r, aeros
2019-07-21 08:52:49methanesetmessageid: <1563699169.58.0.710826241279.issue30550@roundup.psfhosted.org>
2019-07-21 08:52:49methanelinkissue30550 messages
2019-07-21 08:52:49methanecreate