Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

For csv.DictReader and collections.namedtuple._asdict, it might be cleaner to 
just deprecate the OrderedDict in favor of returning regular dict.  I suspect 
that in these contexts, no one really wants an actual OrderedDict.

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32339>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to