[issue5397] PEP 372: OrderedDict

Georg Brandl report at bugs.python.org
Tue Mar 3 20:48:42 CET 2009


Georg Brandl <georg at python.org> added the comment:

> The internal data structure *must* remain private so that we can build a
> C replacement or switch to one of the other possible algorithms.

Even then the keys list could be offered as a property.

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


More information about the Python-bugs-list mailing list