We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c25308 commit 93b0950Copy full SHA for 93b0950
peps/pep-0814.rst
@@ -2,14 +2,17 @@ PEP: 814
2
Title: Add frozendict built-in type
3
Author: Victor Stinner <vstinner@python.org>, Donghee Na <donghee.na@python.org>
4
Discussions-To: https://discuss.python.org/t/104854
5
-Status: Accepted
+Status: Final
6
Type: Standards Track
7
Created: 12-Nov-2025
8
Python-Version: 3.15
9
Post-History: `13-Nov-2025 <https://discuss.python.org/t/104854>`__
10
Resolution: `11-Feb-2026 <https://discuss.python.org/t/pep-814-add-frozendict-built-in-type/104854/121>`__
11
12
13
+.. canonical-doc:: :class:`frozendict`
14
+
15
16
Abstract
17
========
18
0 commit comments