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
Date 2013-11-22.19:10:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385147457.8.0.6225076975.issue19721@psf.upfronthosting.co.za>
In-reply-to
Content
test_importlib has a ton of utility code, typically segregated into separate util modules in each directory. But it makes importing a pain as you typically end up with the global test_importlib.util plus the directory-specific util module. Would be better to ditch the per-directory ones and just move everything up to test_importlib.util.
History
Date User Action Args
2013-11-22 19:10:57brett.cannonsetrecipients: + brett.cannon
2013-11-22 19:10:57brett.cannonsetmessageid: <1385147457.8.0.6225076975.issue19721@psf.upfronthosting.co.za>
2013-11-22 19:10:57brett.cannonlinkissue19721 messages
2013-11-22 19:10:57brett.cannoncreate