[issue5397] PEP 372: OrderedDict

Raymond Hettinger report at bugs.python.org
Tue Mar 3 21:00:45 CET 2009


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Forest, I've taken another look at what's involved and am inclined to
accept the idea.  It can be done without mucking-up the regular dict API
and without precluding any of the other possible underlying algorithms.
 I like that it supports an entire new categoy of use cases with only a
trivial, easily-understood API extension.  Patch is attached.

Added file: http://bugs.python.org/file13235/popoldest.diff

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


More information about the Python-bugs-list mailing list