[issue5397] PEP 372: OrderedDict

Raymond Hettinger report at bugs.python.org
Tue Mar 3 20:36:31 CET 2009


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

Forest, for your use case I recommend copying the code to a new class
and replacing the _keys list with a deque so that you can efficiently
pop from the other end.

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


More information about the Python-bugs-list mailing list