R. David Murray <rdmur...@bitdance.com> added the comment:

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.)

----------
assignee:  -> georg.brandl
components: +Documentation -Interpreter Core
nosy: +georg.brandl, r.david.murray
priority:  -> normal
stage:  -> needs patch
versions:  -Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8264>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to