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 brett.cannon
Recipients Arfrever, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-04-29.17:20:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335720022.29.0.472310212392.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
Update time!

With NullImporter dealt with, that leaves get_magic(), get_tag(), reload(), and get_suffixes() as things to potentially move to Lib/imp.py. I would also like to re-implement PyImport_ExecCodeModuleObject() as it's keeping a lot of C code alive just for its personal use.
History
Date User Action Args
2012-04-29 17:20:22brett.cannonsetrecipients: + brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow, berker.peksag
2012-04-29 17:20:22brett.cannonsetmessageid: <1335720022.29.0.472310212392.issue13959@psf.upfronthosting.co.za>
2012-04-29 17:20:21brett.cannonlinkissue13959 messages
2012-04-29 17:20:21brett.cannoncreate