Message182165
> 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). |
|
Date |
User |
Action |
Args |
2013-02-15 20:15:34 | ezio.melotti | set | recipients:
+ ezio.melotti, brett.cannon, eric.araujo |
2013-02-15 20:15:34 | ezio.melotti | set | messageid: <1360959334.27.0.944818410916.issue17177@psf.upfronthosting.co.za> |
2013-02-15 20:15:34 | ezio.melotti | link | issue17177 messages |
2013-02-15 20:15:33 | ezio.melotti | create | |
|