This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jim Fasarakis-Hilliard
Recipients Jim Fasarakis-Hilliard, docs@python, methane, r.david.murray, xiang.zhang
Date 2017-02-05.15:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486310197.67.0.00662123551917.issue29453@psf.upfronthosting.co.za>
In-reply-to
Content
Isn't it a language requirement that `**kwargs` be ordered in 3.6, David? 

PEP 468 states that `**kwargs` is to be an ordered *mapping* and, if I'm not mistaken, that was done in order to not depend on the fact that dicts became ordered. I might have understood something wrong, though :-)
History
Date User Action Args
2017-02-05 15:56:37Jim Fasarakis-Hilliardsetrecipients: + Jim Fasarakis-Hilliard, r.david.murray, methane, docs@python, xiang.zhang
2017-02-05 15:56:37Jim Fasarakis-Hilliardsetmessageid: <1486310197.67.0.00662123551917.issue29453@psf.upfronthosting.co.za>
2017-02-05 15:56:37Jim Fasarakis-Hilliardlinkissue29453 messages
2017-02-05 15:56:37Jim Fasarakis-Hilliardcreate