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 ezio.melotti
Recipients brett.cannon, eric.araujo, ezio.melotti
Date 2013-02-15.20:15:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360959334.27.0.944818410916.issue17177@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2013-02-15 20:15:34ezio.melottisetrecipients: + ezio.melotti, brett.cannon, eric.araujo
2013-02-15 20:15:34ezio.melottisetmessageid: <1360959334.27.0.944818410916.issue17177@psf.upfronthosting.co.za>
2013-02-15 20:15:34ezio.melottilinkissue17177 messages
2013-02-15 20:15:33ezio.melotticreate