On Wed, Jan 30, 2019 at 2:34 PM Raymond Hettinger
<raymond.hettin...@gmail.com> wrote:
> Now that regular dicts are ordered and compact, it makes more sense for the 
> _asdict() method to create a regular dict (as it did in its early days) 
> rather than an OrderedDict.  The regular dict is much smaller, much faster, 
> and has a much cleaner looking repr.

How viable would it be to make OrderedDict smaller, faster, and give
it a cleaner looking repr?

-n

-- 
Nathaniel J. Smith -- https://vorpus.org
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to