Mart Sõmermaa <[EMAIL PROTECTED]> added the comment:

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?

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4457>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to