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 mrts
Recipients georg.brandl, mrts, steven.daprano
Date 2008-12-05.18:25:23
SpamBayes Score 1.2649983e-06
Marked as misclassified No
Message-id <1228501524.26.0.783332921482.issue4457@psf.upfronthosting.co.za>
In-reply-to
Content
Brett, don't you think the 

>>> import sys
>>> __import__('x.y.z')
>>> mod = sys.modules['x.y.z']

idiom should be recommended instead of/additionally to the lengthy
getattr() one?
History
Date User Action Args
2008-12-05 18:25:24mrtssetrecipients: + mrts, georg.brandl, steven.daprano
2008-12-05 18:25:24mrtssetmessageid: <1228501524.26.0.783332921482.issue4457@psf.upfronthosting.co.za>
2008-12-05 18:25:23mrtslinkissue4457 messages
2008-12-05 18:25:23mrtscreate