]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Support frozendict in pprint (#144908)
authorVictor Stinner <vstinner@python.org>
Sat, 21 Feb 2026 16:08:24 +0000 (17:08 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 16:08:24 +0000 (17:08 +0100)
commit770d354549914e3538e7db07e537dab17ece2610
tree2e58f1507e674bd0c54f8565824e90d5b1a83a48
parent9e083b57eeb0282f8c5f7bbeec3750b51cf80dcc
gh-141510: Support frozendict in pprint (#144908)

Co-authored-by: devdanzin <74280297+devdanzin@users.noreply.github.com>
Lib/pprint.py
Lib/test/test_pprint.py