[issue19118] duplicate test names in Lib/test/test_ftplib.py

2013-09-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9b3088bc24f1 by Benjamin Peterson in branch '3.3': remove duplicate test_mkd (closes #19118) http://hg.python.org/cpython/rev/9b3088bc24f1 New changeset c27f036e7b48 by Benjamin Peterson in branch 'default': merge 3.3 (#19118) http://hg.python.org/c

[issue19118] duplicate test names in Lib/test/test_ftplib.py

2013-09-28 Thread Xavier de Gaye
New submission from Xavier de Gaye: Duplicate method names: ./Lib/test/test_ftplib.py:537 TestFTPClass.test_mkd The attached patch fixes this. -- components: Library (Lib) files: duplicate_test_name.patch keywords: patch messages: 198543 nosy: giampaolo.rodola, xdegaye priority: normal