mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
fix extended command syntax (closes #23872)
This commit is contained in:
parent
9a6e201f7d
commit
0c803319b0
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue