[issue19721] Move all test_importlib utility code into test_importlib.util

2014-05-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e243b399307 by Brett Cannon in branch 'default': Issue #19721: Consolidate test_importlib utility code into a single http://hg.python.org/cpython/rev/4e243b399307 -- nosy: +python-dev ___ Python tracker

[issue19721] Move all test_importlib utility code into test_importlib.util

2014-05-09 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue19721] Move all test_importlib utility code into test_importlib.util

2014-02-06 Thread Brett Cannon
Changes by Brett Cannon : -- versions: +Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue19721] Move all test_importlib utility code into test_importlib.util

2013-11-22 Thread Eric Snow
Eric Snow added the comment: +1 -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue19721] Move all test_importlib utility code into test_importlib.util

2013-11-22 Thread Brett Cannon
New submission from Brett Cannon: 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 d