Fredrik Lundh wrote:
> [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>

Ah, so I'm not suppose to be able to change a class's __dict__? Thanks
Fredrik.

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

Reply via email to