Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45707
| From | "Joseph L. Casale" <jcasale@activenetwerx.com> |
|---|---|
| Subject | Case insensitive dict |
| Date | 2013-05-22 03:59 +0000 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1952.1369195266.3114.python-list@python.org> (permalink) |
I was doing some work with the ldap module and required a ci dict that was case insensitive but case preserving. It turned out the cidict class they implemented was broken with respect to pop, it is inherited and not re implemented to work. Before I set about re-inventing the wheel, anyone know of a working implementation? I noticed twisted has one but it seems to omit pop. Thanks! jlc
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Case insensitive dict "Joseph L. Casale" <jcasale@activenetwerx.com> - 2013-05-22 03:59 +0000 Re: Case insensitive dict Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-22 05:19 +0000
csiph-web