frozendict (v0.1)

John Nagle nagle at animats.com
Sat Oct 9 20:54:50 EDT 2010


On 10/7/2010 2:39 PM, kj wrote:
> Following a suggestion from MRAB, I attempted to implement a
> frozendict class.

    That really should be built into the language.  "dict" is the
last built-in type that doesn't have an immutable form.

				John Nagle



More information about the Python-list mailing list