New submission from Brett Cannon:

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. =)

----------
messages: 214833
nosy: brett.cannon, eric.snow, ncoghlan
priority: normal
severity: normal
status: open
title: Evalute all import-related modules for best practices

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21062>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to