[issue18986] Add a case-insensitive case-preserving dict

R. David Murray report at bugs.python.org
Mon Sep 9 16:59:57 CEST 2013


R. David Murray added the comment:

For the record, email is not a good argument for this, since email could not use this data structure (its data structure is *not* a dict, but a list with dict-like features grafted on).

I do think this would be useful, and the generic version (analogous to defaultdict) would seem to make sense.

----------

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


More information about the Python-bugs-list mailing list