[issue19122] duplicate test name in Lib/test/test_import.py

2013-09-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset a25fe5675ea4 by Benjamin Peterson in branch '3.3': remove duplicate test from test_import (closes #19122) http://hg.python.org/cpython/rev/a25fe5675ea4 New changeset 026cfc382a13 by Benjamin Peterson in branch 'default': merge 3.3 (#19122) http://hg

[issue19122] duplicate test name in Lib/test/test_import.py

2013-09-29 Thread Xavier de Gaye
New submission from Xavier de Gaye: Duplicate method names: ./Lib/test/test_import.py:255 ImportTests.test_import_name_binding Attached patch fixes it. -- components: Library (Lib) files: duplicate_test_name.patch keywords: patch messages: 198576 nosy: brett.cannon, xdegaye priority: no