[EMAIL PROTECTED] wrote:
> Thanks Brian, now I get it. BTW there is no fuzzuness in your
> explanaition it is crystal clear.
>
You might also want to note that name-mangling and the reason for it are
pretty advanced topics for an introductory tutorial. Having got thus
far, further learning might
Thanks Brian, now I get it. BTW there is no fuzzuness in your
explanaition it is crystal clear.
Bob
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] said unto the world upon 2005-12-13 15:44:
> This is from 9.6 (Private variables). I quote
>
> - "Notice that code passed to exec, eval() or evalfile() does not
> consider the classname of the invoking class to be the current class;
> this is similar to the effect of the global s