[Python-Dev] PEP 455: TransformDict

Antoine Pitrou solipsis at pitrou.net
Fri Sep 13 22:21:40 CEST 2013


On Fri, 13 Sep 2013 23:16:10 +0300
Serhiy Storchaka <storchaka at gmail.com> wrote:
> 13.09.13 21:40, Antoine Pitrou написав(ла):
> > Alternative proposals and questions
> > ===================================
> 
> Yet one alternative proposal is to add the dict.__transform__() method. 
> Actually this not contradict TransformDict, but generalize it. 
> TransformDict will be just handly interface to __transform__() as 
> defaultdict to __missing__(). It provides only constructor, repr and 
> pickling.

Is it an alternative proposal or is it compatible with the PEP?
The PEP specifies the API, not the implementation.

Regards

Antoine.




More information about the Python-Dev mailing list