[issue19026] OrderedDict should not accept dict as parameter

Georg Brandl report at bugs.python.org
Tue Sep 17 10:31:39 CEST 2013


Georg Brandl added the comment:

> Right. That's why it should not accept input that can only be
> unordered (including dict and **kwargs) - this is what I mean by
> strict mode.

That's not even true: the empty and the one-element dict are always ordered.

----------
nosy: +georg.brandl

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


More information about the Python-bugs-list mailing list