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
J
Jim Fasarakis-Hilliard committed
32e8f9bdfd4324f1aa4fbbdf1ed8536f2b00cabb
Parent: 8fb1f6e
Committed by Mariatta <Mariatta@users.noreply.github.com>
on 2/21/2017, 6:20:23 AM