Roundup Robot added the comment:
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 (#1
New submission from Xavier de Gaye:
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