Skip to content

gh-150403: Document frozendict in language reference Mappings section#150404

Open
oedokumaci wants to merge 1 commit into
python:mainfrom
oedokumaci:docs/datamodel-frozendict
Open

gh-150403: Document frozendict in language reference Mappings section#150404
oedokumaci wants to merge 1 commit into
python:mainfrom
oedokumaci:docs/datamodel-frozendict

Conversation

@oedokumaci
Copy link
Copy Markdown

Adds a Frozen dictionaries subsection to §3.2.7 Mappings, parallel to the existing Frozen sets entry in §3.2.6, and updates the section intro to acknowledge both intrinsic mapping types now that frozendict is a built-in.

Closes gh-150403.

@bedevere-app bedevere-app Bot added docs Documentation in the Doc dir skip news labels May 25, 2026
@python-cla-bot
Copy link
Copy Markdown

python-cla-bot Bot commented May 25, 2026

All commit authors signed the Contributor License Agreement.

CLA signed

@read-the-docs-community
Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #32839643 | 📁 Comparing a051862 against main (a189e3d)

  🔍 Preview build  

1 file changed
± reference/datamodel.html

of items in a mapping.

There is currently a single intrinsic mapping type:
There are currently two intrinsic mapping types:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for "currently", these are the docs for a specific version of Python:

Suggested change
There are currently two intrinsic mapping types:
There are two intrinsic mapping types:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Document frozendict in the Mappings section of the language reference

2 participants