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 sfllaw
Recipients bethard, docs@python, eric.araujo, flox, mapleoin, nstiurca, r.david.murray, sfllaw, tshepang
Date 2012-11-03.19:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351970720.26.0.980080269554.issue15125@psf.upfronthosting.co.za>
In-reply-to
Content
15125-2.patch applies to the default branch.

It makes dest behave the same for positional and optional arguments in terms of name mangling.

Also, there is a backward-compatibility path in Namespace to support old-style getattr() access. However, it's not documented as we really don't want people to use it.
History
Date User Action Args
2012-11-03 19:25:20sfllawsetrecipients: + sfllaw, bethard, eric.araujo, r.david.murray, flox, docs@python, tshepang, nstiurca, mapleoin
2012-11-03 19:25:20sfllawsetmessageid: <1351970720.26.0.980080269554.issue15125@psf.upfronthosting.co.za>
2012-11-03 19:25:20sfllawlinkissue15125 messages
2012-11-03 19:25:20sfllawcreate