DictProxy? What is this?

digitalorganics at gmail.com digitalorganics at gmail.com
Mon Jun 26 09:21:17 EDT 2006


When I tried to update a class's __dict__, I got an error saying that
there is no 'update' attribute for dictproxy object. What is a
dictproxy object? I thought that __dict__ is always suppose to be a, no
kidding, dictionary? Hence there should indeed be an update method.
What's this proxy business?

Thanks all.




More information about the Python-list mailing list