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

Ethan Furman ethan at stoneleaf.us
Sat Sep 14 06:47:25 CEST 2013


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

You're missing that I'm not iterating over the entire dict, just some subset ("data") that I got from elsewhere.

Ah, okay. Between you and Antoine I am convinced that .getitem() is a good thing. So have that and .transform_key and we're golden! :)

-- Ethan



More information about the Python-Dev mailing list