Skip to content

Commit 8a00411

Browse files
authored
PEP 814: Deferred Ideas (#4714)
1 parent 2fe508d commit 8a00411

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

peps/pep-0814.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,13 +389,25 @@ If ``frozendict`` does not inherit from ``dict``, there is no such
389389
issue.
390390

391391

392+
Deferred Ideas
393+
==============
394+
392395
New syntax for ``frozendict`` literals
393396
--------------------------------------
394397

395398
Various syntaxes have been proposed to write ``frozendict`` literals.
396399

397400
A new syntax can be added later if needed.
398401

402+
Method to convert ``dict`` to ``frozendict``
403+
--------------------------------------------
404+
405+
Different methods have been proposed to convert a mutable ``dict`` to an
406+
immutable ``frozendict`` with *O*\ (1) complexity.
407+
408+
We consider that such method can be added later if needed, but it
409+
doesn't have to be added right now.
410+
399411

400412
References
401413
==========

0 commit comments

Comments
 (0)