Skip to content

Commit

Permalink
Ordered **kwargs starts in 3.6 instead of 3.5. (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu authored and ericsnowcurrently committed Feb 6, 2017
1 parent 6734659 commit 2f36c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0468.txt
Expand Up @@ -168,7 +168,7 @@ that this feature will not be a significant burden.
Specification
=============

Starting in version 3.5 Python will preserve the order of keyword
Starting in version 3.6 Python will preserve the order of keyword
arguments as passed to a function. To accomplish this the collected
kwargs will now be an ordered mapping. Note that this does not necessarily
mean OrderedDict. dict in CPython 3.6 is now ordered, similar to PyPy.
Expand Down

0 comments on commit 2f36c2d

Please sign in to comment.