Roundup Robot added the comment:
New changeset aaa00c0e825d by Benjamin Peterson in branch '3.3':
fix duplicate test name (closes #19126)
http://hg.python.org/cpython/rev/aaa00c0e825d
New changeset c5b3d86535e1 by Benjamin Peterson in branch 'default':
merge 3.3 (#19126)
http://hg.python.org/cpy
New submission from Xavier de Gaye:
Duplicate method names:
./Lib/test/test_webbrowser.py:161 OperaCommandTest.test_open_new
Attached patch fixes it.
--
components: Library (Lib)
files: duplicate_test_name.patch
keywords: patch
messages: 198583
nosy: georg.brandl, xdegaye
priority: norm