[Python-ideas] reduce(func, seq, initial=0)

Stefan Behnel stefan_ml at behnel.de
Fri Oct 10 12:25:39 CEST 2014


Steven D'Aprano schrieb am 10.10.2014 um 12:10:
> Personally, I have no objections *in principle* to adding support for 
> keyword arguments to built-ins, but it will depend on the details of why 
> they weren't already supported.

There was a major move towards proper argument parsing for builtins and C
implemented stdlib modules in Py3.4, but it's still not finished (as this
example shows). AFAICT, help is always appreciated on python-dev side.

Stefan




More information about the Python-ideas mailing list