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.

作者 ezio.melotti
收信人 brett.cannon, eric.araujo, ezio.melotti
日期 2013-02-15.20:15:33
SpamBayes Score -1.0
Marked as misclassified
Message-id <1360959334.27.0.944818410916.issue17177@psf.upfronthosting.co.za>
In-reply-to
内容
> Basically I need to figure out what imp's role is supposed to be in the face of importlib.

If it's not even clear for you, even if you eventually figure that out, having two import-related modules is likely to be confusing for users.
OTOH deprecating/removing imp would affect the somewhat popular imp.reload(), that has already been moved for Python 3, and will now be moved again (this also means that the -3 warnings on 2.7 will no longer be valid).
历史
日期 用户 动作 参数
2013-02-15 20:15:34ezio.melotti修改recipients: + ezio.melotti, brett.cannon, eric.araujo
2013-02-15 20:15:34ezio.melotti修改messageid: <1360959334.27.0.944818410916.issue17177@psf.upfronthosting.co.za>
2013-02-15 20:15:34ezio.melotti链接issue17177 messages
2013-02-15 20:15:33ezio.melotti创建