[issue5397] PEP 372: OrderedDict

Raymond Hettinger report at bugs.python.org
Mon Mar 2 07:44:18 CET 2009


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

Jim, I updated the docs to talk cover delete-reinsert.

Also, added a few more tests as suggested but am leaving test_iterators,
test_popitem, and test_pop unchanged.  It is enough to test
delete-reinsertion once or twice and know that we've separately tested
the component operations (setting new keys, setting existing keys, and
deleting existing keys).

Added file: http://bugs.python.org/file13228/od5.diff

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


More information about the Python-bugs-list mailing list