Arek Bulski <arek.bul...@gmail.com> wrote: > I expected the **kw to reproduce the same order as actual keyword > arguments. The only right way to solve it, as it seems to me, would be to > make **kw an OrderedDict.
FYI: A change that keeps the order of **kw was just committed, so 3.6 will have that behavior: https://mail.python.org/pipermail/python-dev/2016-September/146327.html Sebastian _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/