◐ Shell
clean mode source ↗

[3.6] bpo-29453: Remove reference to undefined dictionary ordering in Tutor… by Mariatta · Pull Request #208 · python/cpython

…ial (pythonGH-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

(cherry picked from commit 32e8f9b)

zhangyangyu

jaraco added a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023
Drop support for Python 2.7