[issue29453] Remove reference to undefined dictionary ordering in Tutorial

Jim Fasarakis-Hilliard report at bugs.python.org
Sun Feb 5 10:56:37 EST 2017


Jim Fasarakis-Hilliard added the comment:

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 :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29453>
_______________________________________


More information about the Python-bugs-list mailing list