[issue5397] PEP 372: OrderedDict

Armin Ronacher report at bugs.python.org
Sun Mar 1 19:21:46 CET 2009


Armin Ronacher <armin.ronacher at active-4.com> added the comment:

@Georg

> * eval()ing the repr() will not construct the dict in the same order
The alternative would be a list of dicts inside the constructor call,
but that feels ugly.  defaultdict from the same module is not evaluable
at all, so I guess it wouldn't be that much of a problem.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5397>
_______________________________________


More information about the Python-bugs-list mailing list