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

GitHub noreply at github.com
Tue Feb 21 01:20:25 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 32e8f9bdfd4324f1aa4fbbdf1ed8536f2b00cabb
      https://github.com/python/cpython/commit/32e8f9bdfd4324f1aa4fbbdf1ed8536f2b00cabb
  Author: Jim Fasarakis-Hilliard <d.f.hilliard at gmail.com>
  Date:   2017-02-20 (Mon, 20 Feb 2017)

  Changed paths:
    M Doc/tutorial/controlflow.rst

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




More information about the Python-checkins mailing list