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 bethard, brmzkw, r.david.murray
Date 2012-09-12.10:24:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347445496.59.0.963329528372.issue15929@psf.upfronthosting.co.za>
In-reply-to
Content
It would probably be better to have the namespace object support subscripting in order to satisfy this use case.  You can use getattr to do it now.  (Note that the namespace object should probably use a real dict and a __getattr__ method, since I don't think the language guarantees that you can put non-identifiers in an attribute dict).
History
Date User Action Args
2012-09-12 10:24:56r.david.murraysetrecipients: + r.david.murray, bethard, brmzkw
2012-09-12 10:24:56r.david.murraysetmessageid: <1347445496.59.0.963329528372.issue15929@psf.upfronthosting.co.za>
2012-09-12 10:24:35r.david.murraylinkissue15929 messages
2012-09-12 10:24:35r.david.murraycreate