[issue21097] Move test_namespace_pkgs into test_importlib.

2014-04-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 99265d30fa38 by Ned Deily in branch '3.4': Issue #21097: Update Makefile with changed install locations of test directories. http://hg.python.org/cpython/rev/99265d30fa38 New changeset 7aae2b9fcfad by Ned Deily in branch 'default': Issue #21097: me

[issue21097] Move test_namespace_pkgs into test_importlib.

2014-03-29 Thread Eric Snow
Eric Snow added the comment: I seriously need to remember to apply to 3.4 and merge forward! :P -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker __

[issue21097] Move test_namespace_pkgs into test_importlib.

2014-03-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 48790b202a50 by Eric Snow in branch '3.4': Issue #21097: Move test_namespace_pkgs into test_importlib. http://hg.python.org/cpython/rev/48790b202a50 -- ___ Python tracker

[issue21097] Move test_namespace_pkgs into test_importlib.

2014-03-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6d44bd8066ee by Eric Snow in branch 'default': Issue #21097: Move test_namespace_pkgs into test_importlib. http://hg.python.org/cpython/rev/6d44bd8066ee -- nosy: +python-dev ___ Python tracker

[issue21097] Move test_namespace_pkgs into test_importlib.

2014-03-29 Thread Eric V. Smith
Eric V. Smith added the comment: Makes sense to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue21097] Move test_namespace_pkgs into test_importlib.

2014-03-29 Thread Nick Coghlan
Nick Coghlan added the comment: Fine by me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue21097] Move test_namespace_pkgs into test_importlib.

2014-03-29 Thread Eric Snow
New submission from Eric Snow: 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