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 lambacck
Recipients barry, eli.bendersky, ethan.furman, lambacck
Date 2013-09-13.17:38:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379093939.76.0.0530964492643.issue19011@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth, I was confused by the inability to access the class members from the instance for like 3 or 4 weeks until I realized that the instances were not actually on the class and the implications of that for class attribute access.
History
Date User Action Args
2013-09-13 17:38:59lambaccksetrecipients: + lambacck, barry, eli.bendersky, ethan.furman
2013-09-13 17:38:59lambaccksetmessageid: <1379093939.76.0.0530964492643.issue19011@psf.upfronthosting.co.za>
2013-09-13 17:38:59lambaccklinkissue19011 messages
2013-09-13 17:38:59lambacckcreate