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 benjamin.peterson
Recipients benjamin.peterson, supernova_hq
Date 2008-09-02.01:57:33
SpamBayes Score 0.0005530735
Marked as misclassified No
Message-id <1220320655.06.0.063609561787.issue3755@psf.upfronthosting.co.za>
In-reply-to
Content
This is the expected behavior. By declaring variables outside class
methods, they become class variables and are associated with the class
instead of the instance.
History
Date User Action Args
2008-09-02 01:57:35benjamin.petersonsetrecipients: + benjamin.peterson, supernova_hq
2008-09-02 01:57:35benjamin.petersonsetmessageid: <1220320655.06.0.063609561787.issue3755@psf.upfronthosting.co.za>
2008-09-02 01:57:34benjamin.petersonlinkissue3755 messages
2008-09-02 01:57:33benjamin.petersoncreate