mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
32e8f9bdfd
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