Skip to content

Commit ff22e97

Browse files
committed
back sort_dicts=True
1 parent 3dd66f2 commit ff22e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,4 +1922,4 @@ def _loads(s, /, *, fix_imports=True, encoding="ASCII", errors="strict",
19221922
else:
19231923
with open(fn, 'rb') as f:
19241924
obj = load(f)
1925-
pprint.pp(obj)
1925+
pprint.pp(obj, sort_dicts=True)

0 commit comments

Comments
 (0)