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 kristjan.jonsson
Recipients Pascal.Chambon, barry, brett.cannon, eric.snow, isoschiz, kristjan.jonsson, methane, ncoghlan, pconnell, pje
Date 2013-06-05.15:49:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370447397.71.0.901297845513.issue17636@psf.upfronthosting.co.za>
In-reply-to
Content
sorry, the last example really needs to be:
#module foo.B
A = __import__(".A", fromlist=["dummy"])

to invoke the "return final module" behaviour.
Hm, maybe this simply works...  I didn't test....
Nope, I get
ValueError: Empty module name (in 2.7)
History
Date User Action Args
2013-06-05 15:49:57kristjan.jonssonsetrecipients: + kristjan.jonsson, barry, brett.cannon, pje, ncoghlan, methane, eric.snow, pconnell, isoschiz, Pascal.Chambon
2013-06-05 15:49:57kristjan.jonssonsetmessageid: <1370447397.71.0.901297845513.issue17636@psf.upfronthosting.co.za>
2013-06-05 15:49:57kristjan.jonssonlinkissue17636 messages
2013-06-05 15:49:57kristjan.jonssoncreate