Re: newbie-one more example of difficulty in van Rossum's tutorial

2005-12-14 Thread Steve Holden
[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

Re: newbie-one more example of difficulty in van Rossum's tutorial

2005-12-13 Thread bobueland
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

Re: newbie-one more example of difficulty in van Rossum's tutorial

2005-12-13 Thread Brian van den Broek
[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