[Python-Dev] PEP 455: TransformDict (original) (raw)

Ethan Furman ethan at stoneleaf.us
Wed Oct 30 18:04:29 CET 2013


On 10/30/2013 09:34 AM, Nigel Small wrote:

It strikes me that there could be an alternative approach to some of the use cases discussed here. Instead of a new type of dictionary, the case-insensitivity problem could be solved with something akin to a CaseInsensitiveString class [...]

The nice thing about the TransformDict is it is usable for much more than simple case-insensitivity.

-- Ethan



More information about the Python-Dev mailing list