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 JelleZijlstra
Recipients Arfrever, JelleZijlstra, berker.peksag, brett.cannon, eric.snow, python-dev, vstinner
Date 2016-06-02.18:59:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464893944.68.0.057180219801.issue25160@psf.upfronthosting.co.za>
In-reply-to
Content
Current status:

- 2to3 replaces reload() calls with imp.reload
- Lib/modulefinder.py imports imp and uses it 10 or so times, mostly for constants
- Lib/xml/sax/__init__.py uses imp on Jython only
- Python/makeopcodetargets.py falls back to imp if importlib is not available. 
- Tools/importbench/importbench.py uses imp a number of times.

I'll work on replacing some of these.
History
Date User Action Args
2016-06-02 18:59:04JelleZijlstrasetrecipients: + JelleZijlstra, brett.cannon, vstinner, Arfrever, python-dev, eric.snow, berker.peksag
2016-06-02 18:59:04JelleZijlstrasetmessageid: <1464893944.68.0.057180219801.issue25160@psf.upfronthosting.co.za>
2016-06-02 18:59:04JelleZijlstralinkissue25160 messages
2016-06-02 18:59:04JelleZijlstracreate