Kaydet (Commit) 142bf565 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.4 (#23872)

......@@ -462,7 +462,7 @@ class SMTPChannel(asynchat.async_chat):
def smtp_HELP(self, arg):
if arg:
extended = ' [SP <mail parameters]'
extended = ' [SP <mail-parameters>]'
lc_arg = arg.upper()
if lc_arg == 'EHLO':
self.push('250 Syntax: EHLO hostname')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment