[Python-ideas] Proto-PEP: Preserving the order of **kwargs in a function.

Paul Moore p.f.moore at gmail.com
Fri Apr 11 00:16:00 CEST 2014


On 10 April 2014 23:04, Barry Warsaw <barry at python.org> wrote:
> Wouldn't another, much less invasive, much more explicit approach be to not
> squash subclasses of dict when passed into **args?

Doesn't this fail to support the only significant use case - keyword
argument syntax for the OrderedDict constructor...?
Paul


More information about the Python-ideas mailing list