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

Ethan Furman ethan at stoneleaf.us
Sat Sep 14 06:45:48 CEST 2013


On 09/13/2013 08:33 PM, Steven D'Aprano wrote:

Likewise, the point of transformdict is to avoid needing to care about the transformation function 99% of the time.

No one's arguing against that point. It's the 1% of the time that being able to get the canonical name back is a Good Thing, and the best way to do that is to have the transform_key function easily available.

-- Ethan



More information about the Python-Dev mailing list