[issue18158] Delete test_importhooks

2013-06-11 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue18158] Delete test_importhooks

2013-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 176fe1f8496f by Brett Cannon in branch 'default': Issue #18158: delete test_importhooks. Redundant in the face of http://hg.python.org/cpython/rev/176fe1f8496f -- nosy: +python-dev ___ Python tracker

[issue18158] Delete test_importhooks

2013-06-07 Thread Brett Cannon
New submission from Brett Cannon: Tests don't serve much of a purpose with test_importlib covering the uses, plus the tests are old and are not worth updating. -- assignee: brett.cannon components: Tests messages: 190766 nosy: brett.cannon priority: normal severity: normal stage: needs