The Mappings section of the language reference currently states "There is currently a single intrinsic mapping type:" and documents only dict. Since PEP 814 added frozendict as a built-in immutable mapping in 3.15, the section should be updated to reflect both intrinsic mapping types, mirroring how §3.2.6 already documents both set and frozenset.
Linked PRs
The Mappings section of the language reference currently states "There is currently a single intrinsic mapping type:" and documents only
dict. Since PEP 814 addedfrozendictas a built-in immutable mapping in 3.15, the section should be updated to reflect both intrinsic mapping types, mirroring how §3.2.6 already documents bothsetandfrozenset.Linked PRs
frozendictin language reference Mappings section #150404