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 georg.brandl, ncw, r.david.murray
Date 2010-03-30.11:22:35
SpamBayes Score 2.8357135e-06
Marked as misclassified No
Message-id <1269948157.69.0.541442681489.issue8264@psf.upfronthosting.co.za>
In-reply-to
Content
You are correct, this is the expected behavior.  Name mangling happens only at compilation time (see http://docs.python.org/reference/expressions.html#atom-identifiers).  A doc note for get/setattr would probably be useful.

(I removed 3.3; that version doesn't exist yet and should only be set on issues that can only be dealt with in 3.3, such as removing something deprecated in 3.2.)
History
Date User Action Args
2010-03-30 11:22:37r.david.murraysetrecipients: + r.david.murray, georg.brandl, ncw
2010-03-30 11:22:37r.david.murraysetmessageid: <1269948157.69.0.541442681489.issue8264@psf.upfronthosting.co.za>
2010-03-30 11:22:36r.david.murraylinkissue8264 messages
2010-03-30 11:22:35r.david.murraycreate