Brett Cannon <br...@python.org> added the comment:

I have no issue with moving importlib into Lib/test as long as I can still run 
the tests with ``python3 -m test.importlib``. I actually only put the tests in 
importlib.tests because that was common practice amongst newer packages in the 
stdlib.

And just to prevent some rumour from perpetuating, importlib is not in 
maintenance mode. In fact the API was heavily reworked in 3.2 and I plan on 
exposing more of the API publicly in 3.3 and hopefully to bootstrap as well. 
The only thing you could think is in maintenance mode is importlib's Chesseshop 
package, but that's just for 2.x compatibility and for Django's benefit.

----------

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

Reply via email to