gh-139155: Remove "dictionaries are sorted by key" note in `pprint` docs (GH-139159)
(cherry picked from commit
68622be935b36f0ca75729157992972dbf426603)
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
breaks them onto multiple lines if they don't fit within the allowed width,
adjustable by the *width* parameter defaulting to 80 characters.
-Dictionaries are sorted by key before the display is computed.
-
.. versionchanged:: 3.9
Added support for pretty-printing :class:`types.SimpleNamespace`.