[Python-checkins] [python/cpython] 9b4913: bpo-29453: Remove reference to undefined dictionar...

GitHub noreply at github.com
Tue Feb 21 13:30:09 EST 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 9b49133082ec23b67e84d2589e66d7810018e424
      https://github.com/python/cpython/commit/9b49133082ec23b67e84d2589e66d7810018e424
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-02-21 (Tue, 21 Feb 2017)

  Changed paths:
    M Doc/tutorial/controlflow.rst

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




More information about the Python-checkins mailing list