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 brett.cannon, eric.snow, ncoghlan
Date 2014-03-25.15:58:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395763138.25.0.943943141564.issue21062@psf.upfronthosting.co.za>
In-reply-to
Content
I'm thinking of:

* pkgutil
* py_compile
* compileall
* modulefinder
* freeze

Should make sure they are (a) doing the right/best thing in the face of importlib/PEP 302/PEP 420/PEP 451, and (b) if they should be integrated into importlib somehow in a non-compatible fashion for future growth and let the old versions slowly wither away.

I'm leaving out runpy as it's not directly import-related, just import-reliant, and zipimport because I don't want to touch its code. =)
History
Date User Action Args
2014-03-25 15:58:58brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2014-03-25 15:58:58brett.cannonsetmessageid: <1395763138.25.0.943943141564.issue21062@psf.upfronthosting.co.za>
2014-03-25 15:58:58brett.cannonlinkissue21062 messages
2014-03-25 15:58:57brett.cannoncreate