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 r.david.murray
Recipients asdfasdfasdfasdfasdfasdfasdf, loewis, r.david.murray
Date 2010-08-27.15:07:48
SpamBayes Score 0.008579615
Marked as misclassified No
Message-id <1282921670.58.0.417308844878.issue9702@psf.upfronthosting.co.za>
In-reply-to
Content
What you describe is the way Python is *designed* to work at a very fundamental level.  Read about 'namespaces', and look at the computer science literature on 'call by object'.
History
Date User Action Args
2010-08-27 15:07:50r.david.murraysetrecipients: + r.david.murray, loewis, asdfasdfasdfasdfasdfasdfasdf
2010-08-27 15:07:50r.david.murraysetmessageid: <1282921670.58.0.417308844878.issue9702@psf.upfronthosting.co.za>
2010-08-27 15:07:49r.david.murraylinkissue9702 messages
2010-08-27 15:07:48r.david.murraycreate