[issue26911] lib2to3/tests/pytree_idempotency.py has a broken import

2016-05-02 Thread Ivan Zakhryaschev
New submission from Ivan Zakhryaschev: Line 21 of lib2to3/tests/pytree_idempotency.py: import pgen2 This seems to be broken, because it should be: import lib2to3.pgen2 (This makes the auto-requirements generator in ALT Sisyphus to generate a broken/unsatisfiable dependency on pgen2 when pack

[issue26911] lib2to3/tests/pytree_idempotency.py has a broken import

2016-05-02 Thread Ivan Zakhryaschev
Ivan Zakhryaschev added the comment: BTW, this source file seems to be not used anywhere. -- ___ Python tracker ___ ___ Python-bugs-li

[issue26911] lib2to3/tests/pytree_idempotency.py has a broken import

2016-05-02 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue26911] lib2to3/tests/pytree_idempotency.py has a broken import

2016-05-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3279c910d0e0 by Terry Jan Reedy in branch '3.5': Issue 26911: fix import (other problems remain). https://hg.python.org/cpython/rev/3279c910d0e0 -- nosy: +python-dev ___ Python tracker