]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Mention frozendict in dict documentation (#144934)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Feb 2026 22:03:22 +0000 (23:03 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 22:03:22 +0000 (23:03 +0100)
commite779777c66595acc599162fc3c852f3cda3f5c45
tree7460d774b3e3ccf04308364ff9c54459bd9017e1
parentd1b541b047e15bb6bddea50a64d71ddb01935e33
gh-141510: Mention frozendict in dict documentation (#144934)

test_genericalias now tests also frozendict.
Doc/library/stdtypes.rst
Lib/pydoc_data/topics.py
Lib/test/test_genericalias.py