[Python-ideas] Revisiting Immutable Mappings

Serhiy Storchaka storchaka at gmail.com
Thu Oct 11 01:35:40 EDT 2018


11.10.18 07:20, João Santos пише:
> One important difference between MappingProxyType and a "proper" 
> frozendict, as analog to frozenset, is that MappingProxyType doesn't 
> have any method to return mutated versions of itself.

MappingProxyType.copy()?



More information about the Python-ideas mailing list