This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Retro
Recipients Retro, georg.brandl, r.david.murray
Date 2011-02-26.08:51:01
SpamBayes Score 0.01652107
Marked as misclassified No
Message-id <1298710261.67.0.445684900835.issue11318@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2011-02-26 08:51:01Retrosetrecipients: + Retro, georg.brandl, r.david.murray
2011-02-26 08:51:01Retrosetmessageid: <1298710261.67.0.445684900835.issue11318@psf.upfronthosting.co.za>
2011-02-26 08:51:01Retrolinkissue11318 messages
2011-02-26 08:51:01Retrocreate