➜

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.

作者 brett.cannon
收信人 Trundle, belopolsky, brett.cannon, brian.curtin, cool-RR, eric.araujo, eric.snow, giampaolo.rodola, gruszczy, loewis, ncoghlan, nedbat, pitrou, r.david.murray, techtonik, vstinner
日期 2012-02-10.16:00:39
SpamBayes Score 3.988404e-06
Marked as misclassified 否
Message-id <1328889640.0.0.565414851357.issue1559549@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-02-10 16:00:40brett.cannon修改recipients: + 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.cannon修改messageid: <1328889640.0.0.565414851357.issue1559549@psf.upfronthosting.co.za>
2012-02-10 16:00:39brett.cannon链接issue1559549 messages
2012-02-10 16:00:39brett.cannon创建