This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年09月29日 11:18 by xdegaye, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| duplicate_test_name.patch | xdegaye, 2013年09月29日 11:18 | review | ||
| Messages (2) | |||
|---|---|---|---|
| msg198582 - (view) | Author: Xavier de Gaye (xdegaye) * (Python triager) | Date: 2013年09月29日 11:18 | |
Duplicate method names: ./Lib/test/test_smtplib.py:249 DebuggingServerTests.testNotImplemented Attached patch fixes this: the first method has been renamed to testEHLO since the channel_class of the DebuggingServer is SMTPChannel, and SMTPChannel does support EHLO. |
|||
| msg198590 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年09月29日 14:47 | |
New changeset f501475d88de by Benjamin Peterson in branch '3.3': fix test to run and test that smtpd does support ELHO (closes #19125) http://hg.python.org/cpython/rev/f501475d88de New changeset d55f911c4c9d by Benjamin Peterson in branch 'default': merge 3.3 (#19125) http://hg.python.org/cpython/rev/d55f911c4c9d |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:51 | admin | set | github: 63324 |
| 2013年09月29日 14:47:15 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg198590 resolution: fixed stage: resolved |
| 2013年09月29日 11:18:58 | xdegaye | create | |