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 barry, belopolsky, brett.cannon, eric.araujo, ezio.melotti, ghaering, gpolo, michael.foord, r.david.murray, rhettinger, tarek, theller
Date 2010-11-29.19:11:38
SpamBayes Score 0.00018066123
Marked as misclassified No
Message-id <1291057900.4.0.814745449026.issue10572@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-29 19:11:40brett.cannonsetrecipients: + brett.cannon, barry, theller, rhettinger, ghaering, belopolsky, tarek, gpolo, ezio.melotti, eric.araujo, r.david.murray, michael.foord
2010-11-29 19:11:40brett.cannonsetmessageid: <1291057900.4.0.814745449026.issue10572@psf.upfronthosting.co.za>
2010-11-29 19:11:38brett.cannonlinkissue10572 messages
2010-11-29 19:11:38brett.cannoncreate