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 vajrasky
Recipients docs@python, ezio.melotti, georg.brandl, marco.buttu, pconnell, r.david.murray, vajrasky
Date 2013-12-14.06:55:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387004145.36.0.963732616879.issue16355@psf.upfronthosting.co.za>
In-reply-to
Content
So, I just found out that imp has been deprecated. Here is the patch that uses importlib.machinery instead of imp.load_source.
History
Date User Action Args
2013-12-14 06:55:45vajraskysetrecipients: + vajrasky, georg.brandl, ezio.melotti, r.david.murray, docs@python, marco.buttu, pconnell
2013-12-14 06:55:45vajraskysetmessageid: <1387004145.36.0.963732616879.issue16355@psf.upfronthosting.co.za>
2013-12-14 06:55:45vajraskylinkissue16355 messages
2013-12-14 06:55:45vajraskycreate