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

Antoine Pitrou report at bugs.python.org
Mon Sep 9 20:36:49 CEST 2013


Antoine Pitrou added the comment:

> It would be nice to combine the behaviors that defaultdict and the case-insensitive comparisons.

Any use case? In my experience they are used in completely different
situations. defaultdict mostly to use the writing of some (internal)
algorithms, a case-insensitive dict to store user-visible data.

----------

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


More information about the Python-bugs-list mailing list