Message122852
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. |
|
Date |
User |
Action |
Args |
2010-11-29 19:11:40 | brett.cannon | set | recipients:
+ brett.cannon, barry, theller, rhettinger, ghaering, belopolsky, tarek, gpolo, ezio.melotti, eric.araujo, r.david.murray, michael.foord |
2010-11-29 19:11:40 | brett.cannon | set | messageid: <1291057900.4.0.814745449026.issue10572@psf.upfronthosting.co.za> |
2010-11-29 19:11:38 | brett.cannon | link | issue10572 messages |
2010-11-29 19:11:38 | brett.cannon | create | |
|