]> granicus.if.org Git - python/commit
bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140)
authorJim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
Tue, 21 Feb 2017 06:20:23 +0000 (08:20 +0200)
committerMariatta <Mariatta@users.noreply.github.com>
Tue, 21 Feb 2017 06:20:23 +0000 (21:20 -0900)
commit32e8f9bdfd4324f1aa4fbbdf1ed8536f2b00cabb
tree7fbfbfe28977418cc5c889b117dd98572cea1d60
parent8fb1f6e039cbdeb333d83b7a62f0f37af4ce6e02
bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140)

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
Doc/tutorial/controlflow.rst