R. David Murray <rdmur...@bitdance.com> added the comment:

Hmm.  Rereading your message, is seems like you just didn't understand the 
statement "c.count refers to C.count for any...".  That is a statement about 
how the language behaves.  If there is not yet an instance variable 'count', 
but a class variable 'count' exists, then the value of the class variable is 
used when c.count is evaluated.  A class is a two level nested name space with 
a couple of special properties.

I don't really see any way to make that statement clearer.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11318>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to