[issue19414] OrderedDict.values() behavior for modified instance

Ethan Furman report at bugs.python.org
Wed Oct 30 17:24:45 CET 2013


Ethan Furman added the comment:

Ah, right you are: list just acts wierd. ;)

So the question then becomes is OrderedDict more like a list or more like a dict?

It seems to me that OrderedDict is more like a dict.

----------

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


More information about the Python-bugs-list mailing list