We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd66f2 commit ff22e97Copy full SHA for ff22e97
Lib/pickle.py
@@ -1922,4 +1922,4 @@ def _loads(s, /, *, fix_imports=True, encoding="ASCII", errors="strict",
1922
else:
1923
with open(fn, 'rb') as f:
1924
obj = load(f)
1925
- pprint.pp(obj)
+ pprint.pp(obj, sort_dicts=True)
0 commit comments