cpython/Doc/tutorial
Jim Fasarakis-Hilliard 32e8f9bdfd 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
2017-02-20 21:20:23 -09:00
..
appendix.rst
appetite.rst
classes.rst #29005: clarify terminology in tutorial 'method' discussion. 2016-12-18 14:59:58 -05:00
controlflow.rst bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) 2017-02-20 21:20:23 -09:00
datastructures.rst Issue #28587: Improve list examples in the tutorial 2016-11-21 16:29:50 -08:00
errors.rst Closes #28713 uses OSError in the tutorial 2016-11-16 21:13:43 +05:30
floatingpoint.rst
index.rst
inputoutput.rst
interactive.rst
interpreter.rst Issue #29381: merge with 3.6 2017-02-01 21:03:48 -08:00
introduction.rst
modules.rst Issue #28820: Fix spelling of “practice” as a noun 2016-12-10 05:12:56 +00:00
stdlib.rst Bump to 3.7.0a0 2016-09-12 17:29:04 -04:00
stdlib2.rst Fixed mismatching title overline. 2016-12-04 15:43:57 +02:00
venv.rst
whatnow.rst