Skip to content

Commit 93b0950

Browse files
authored
PEP 814 (frozendict): Mark as Final (#4825)
1 parent 4c25308 commit 93b0950

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

peps/pep-0814.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ PEP: 814
22
Title: Add frozendict built-in type
33
Author: Victor Stinner <vstinner@python.org>, Donghee Na <donghee.na@python.org>
44
Discussions-To: https://discuss.python.org/t/104854
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Created: 12-Nov-2025
88
Python-Version: 3.15
99
Post-History: `13-Nov-2025 <https://discuss.python.org/t/104854>`__
1010
Resolution: `11-Feb-2026 <https://discuss.python.org/t/pep-814-add-frozendict-built-in-type/104854/121>`__
1111

1212

13+
.. canonical-doc:: :class:`frozendict`
14+
15+
1316
Abstract
1417
========
1518

0 commit comments

Comments
 (0)