[EMAIL PROTECTED] wrote:

> 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?

a CPython implementation detail, used to protect an internal data structure used
by new-style objects from unexpected modifications.

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to