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.

Author xdegaye
Recipients giampaolo.rodola, xdegaye
Date 2013-09-29.11:18:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2013-09-29 11:18:58xdegayesetrecipients: + xdegaye, giampaolo.rodola
2013-09-29 11:18:58xdegayesetmessageid: <[email protected]>
2013-09-29 11:18:58xdegayelinkissue19125 messages
2013-09-29 11:18:58xdegayecreate