Message266914
| 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:04 | JelleZijlstra | set | recipients: + JelleZijlstra, brett.cannon, vstinner, Arfrever, python-dev, eric.snow, berker.peksag |
| 2016-06-02 18:59:04 | JelleZijlstra | set | messageid: <1464893944.68.0.057180219801.issue25160@psf.upfronthosting.co.za> |
| 2016-06-02 18:59:04 | JelleZijlstra | link | issue25160 messages |
| 2016-06-02 18:59:04 | JelleZijlstra | create | |