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, docs@python, r.david.murray
Date 2011-02-25.16:54:28
SpamBayes Score 9.547461e-06
Marked as misclassified No
Message-id <AANLkTimU_qcpKUuZDj5H7pD6cRxvGBQSFRpPaX9Qca+t@mail.gmail.com>
In-reply-to <AANLkTikGuEGJvr__xJs99eyMGJ0edOzPGSaGtdHOaWCu@mail.gmail.com>
Content
So you're saying that if a class' name is C, then c.count is the same as
C.count? I thought Python is case-sensitive. You know: c (small letter c) is
not equal to C (big letter C) in Python. I don't understand what you mean by
c.count because my intepreter always throws an exception that c is not
defined if I feed it with this code example and do   >>> c.count
Files
File name Uploaded
unnamed Retro, 2011-02-25.16:54:28
History
Date User Action Args
2011-02-25 16:54:30Retrosetrecipients: + Retro, r.david.murray, docs@python
2011-02-25 16:54:28Retrolinkissue11318 messages
2011-02-25 16:54:28Retrocreate