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

Raymond Hettinger raymond.hettinger at gmail.com
Thu May 14 16:29:55 CEST 2015


Before the Python 3.5 feature freeze, I should step-up and formally reject PEP 455 for "Adding a key-transforming dictionary to collections".

I had completed an involved review effort a long time ago and I apologize for the delay in making the pronouncement.

What made it a interesting choice from the outset is that the idea of a "transformation" is an enticing concept that seems full of possibility. I spent a good deal of time exploring what could be done with it but found that it mostly fell short of its promise.

There were many issues. Here are some that were at the top:

Raymond Hettinger

P.S. Besides the core conceptual issues listed above, there are a number of smaller issues with the TD that surfaced during design review sessions. In no particular order, here are a few of the observations:



More information about the Python-Dev mailing list