Boštjan Mejak <bostjan.me...@gmail.com> added the comment:

Understood. Now I get it. If you create an instance "c" of the class "C" (so c 
= C() ) and try to get the variable "count" from that class, then "c.count" is 
the same reference as "C.count".

Please make that clearer in the FAQ by saying "If you create an instance "c" of 
the class "C", then "c.count" is the same reference as "C.count".

----------

_______________________________________
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