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 vstinner
Recipients Arfrever, berker.peksag, brett.cannon, python-dev, vstinner
Date 2016-03-25.23:36:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458948993.99.0.0389117070856.issue25160@psf.upfronthosting.co.za>
In-reply-to
Content
> Tools/i18n/pygettext.py:159:import imp

I opened the issue #26639 for it.


>> Python/makeopcodetargets.py:9:import imp
> See issue 20021.

I pushed the change f682b620c64d but I forgot about the issue #20021. Let's discuss there about this script.


> Tools/importbench/importbench.py:10:import imp

I think that it's fine to keep imp there.


> Lib/modulefinder.py:14:    import imp

This one requires more work than the other.
History
Date User Action Args
2016-03-25 23:36:34vstinnersetrecipients: + vstinner, brett.cannon, Arfrever, python-dev, berker.peksag
2016-03-25 23:36:33vstinnersetmessageid: <1458948993.99.0.0389117070856.issue25160@psf.upfronthosting.co.za>
2016-03-25 23:36:33vstinnerlinkissue25160 messages
2016-03-25 23:36:33vstinnercreate