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 brett.cannon
Recipients Trundle, belopolsky, brett.cannon, brian.curtin, cool-RR, eric.araujo, eric.snow, giampaolo.rodola, gruszczy, loewis, ncoghlan, nedbat, pitrou, r.david.murray, techtonik, vstinner
Date 2012-02-10.16:00:39
SpamBayes Score 3.988404e-06
Marked as misclassified No
Message-id <1328889640.0.0.565414851357.issue1559549@psf.upfronthosting.co.za>
In-reply-to
Content
So I just tried to pass fullname in import.c and it didn't work (of course). Looks like even when I try to use fullname in find_module_path_list() and load_next() it is still leaving out the package name. Ugh. That means either refactoring import.c to get the full name in all places, not get the full name (and thus I'm still screwed), have importlib do something different than import.c in hopes that importlib replaces import.c before this goes public, or add a full_name attribute for importlib to fill in with the full details.
History
Date User Action Args
2012-02-10 16:00:40brett.cannonsetrecipients: + brett.cannon, loewis, ncoghlan, belopolsky, pitrou, vstinner, techtonik, giampaolo.rodola, nedbat, eric.araujo, r.david.murray, Trundle, brian.curtin, gruszczy, cool-RR, eric.snow
2012-02-10 16:00:39brett.cannonsetmessageid: <1328889640.0.0.565414851357.issue1559549@psf.upfronthosting.co.za>
2012-02-10 16:00:39brett.cannonlinkissue1559549 messages
2012-02-10 16:00:39brett.cannoncreate