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 eric.snow
Recipients barry, brett.cannon, eric.smith, eric.snow, ncoghlan
Date 2014-03-29.21:21:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396128084.92.0.614609718769.issue21097@psf.upfronthosting.co.za>
In-reply-to
Content
While working on #19711 it dawned on me that test_namespace_pkgs might be more appropriate as a submodule of test_importlib.  The feature doesn't have it's own module nor is it otherwise independent of importlib.

I don't want to introduce churn here for the sake of conceptual purity.  Rather, the module would be more discoverable if associated with importlib in this way.  For #19711 I wrote a test case that was overly complicated and did not work (goes hand-in-hand, no?) that I would not have spent time on if I'd remembered about test_namespace_pkgs or seen it somewhere under test_import*.

As a bonus, this change moves 1 file and 1 directory out of Lib/test (a directory that takes "flat is better than nested" to the extreme).

Any objections?
History
Date User Action Args
2014-03-29 21:21:24eric.snowsetrecipients: + eric.snow, barry, brett.cannon, ncoghlan, eric.smith
2014-03-29 21:21:24eric.snowsetmessageid: <1396128084.92.0.614609718769.issue21097@psf.upfronthosting.co.za>
2014-03-29 21:21:24eric.snowlinkissue21097 messages
2014-03-29 21:21:24eric.snowcreate