Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions peps/pep-0814.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,13 +389,25 @@ If ``frozendict`` does not inherit from ``dict``, there is no such
issue.


Deferred Ideas
==============

New syntax for ``frozendict`` literals
--------------------------------------

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

A new syntax can be added later if needed.

Method to convert ``dict`` to ``frozendict``
--------------------------------------------

Different methods have been proposed to convert a mutable ``dict`` to an
immutable ``frozendict`` with *O*\ (1) complexity.

We consider that such method can be added later if needed, but it
doesn't have to be added right now.


References
==========
Expand Down