File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -389,13 +389,25 @@ If ``frozendict`` does not inherit from ``dict``, there is no such
389389issue.
390390
391391
392+ Deferred Ideas
393+ ==============
394+
392395New syntax for ``frozendict `` literals
393396--------------------------------------
394397
395398Various syntaxes have been proposed to write ``frozendict `` literals.
396399
397400A 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
400412References
401413==========
You can’t perform that action at this time.
0 commit comments