mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
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