[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.python.org/cpython/rev/026cfc382a13

--
nosy: +python-dev
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: normal
severity: normal
status: open
title: duplicate test name in Lib/test/test_import.py
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file31903/duplicate_test_name.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com