This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients Arfrever, barry, eli.bendersky, eric.araujo, eric.smith, ethan.furman, georg.brandl, jaraco, mrabarnett, pitrou, r.david.murray, rhettinger, sbt, serhiy.storchaka, theller, tim.peters, vstinner
Date 2013-09-22.14:32:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379860359.15.0.413569027899.issue18986@psf.upfronthosting.co.za>
In-reply-to
Content
I just want to say thanks for working on this. I also have needed this functionality for various needs in the past. To fulfill my needs, I wrote this implementation:

https://bitbucket.org/jaraco/jaraco.util/src/1ab3e7061f96bc5e179b6b2c46b06d1c20f87129/jaraco/util/dictlib.py?at=default#cl-221

That implementation is used in the irc library for a case-insensitive dict, but using the IRC-specific standard for case insensitivity (https://bitbucket.org/jaraco/irc/src/1576b10dc2923d4d7234319d2d1e11a5080e1f7d/irc/dict.py?at=default#cl-49).

I share this just to add a +1 for the need and to provide additional use cases and implementations for reference.
History
Date User Action Args
2013-09-22 14:32:39jaracosetrecipients: + jaraco, tim.peters, barry, theller, georg.brandl, rhettinger, pitrou, vstinner, eric.smith, eric.araujo, mrabarnett, Arfrever, r.david.murray, eli.bendersky, ethan.furman, sbt, serhiy.storchaka
2013-09-22 14:32:39jaracosetmessageid: <1379860359.15.0.413569027899.issue18986@psf.upfronthosting.co.za>
2013-09-22 14:32:39jaracolinkissue18986 messages
2013-09-22 14:32:38jaracocreate