]> granicus.if.org Git - python/commit
bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140...
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 21 Feb 2017 18:30:07 +0000 (10:30 -0800)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2017 18:30:07 +0000 (10:30 -0800)
commit9b49133082ec23b67e84d2589e66d7810018e424
tree1b54dd651ef46fb0d73afe8f635c1e81b1f6981a
parent3ab24bdd47fdd9d45719ad49f93d3878d4442d7e
bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) (#208)

As of Python 3.6 **kwargs are ordered, thus, remove the paragraph stating that
ordering is undefined and change snippet to remove the unecessary sorted call.

* Add sentence mentioning guaranteed output order of kwargs

(cherry picked from commit 32e8f9bdfd4324f1aa4fbbdf1ed8536f2b00cabb)
Doc/tutorial/controlflow.rst