mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-139155: Remove "dictionaries are sorted by key" note in pprint docs (GH-139159)
This commit is contained in:
parent
6710156bd2
commit
68622be935
1 changed files with 0 additions and 2 deletions
|
|
@ -22,8 +22,6 @@ The formatted representation keeps objects on a single line if it can, and
|
|||
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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue