mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Remove traces of rfc822.
This commit is contained in:
parent
a0c0a4a261
commit
9f0f960d4c
6 changed files with 12 additions and 11 deletions
|
@ -131,7 +131,7 @@ class SMTPAuthenticationError(SMTPResponseException):
|
|||
def quoteaddr(addr):
|
||||
"""Quote a subset of the email addresses defined by RFC 821.
|
||||
|
||||
Should be able to handle anything rfc822.parseaddr can handle.
|
||||
Should be able to handle anything email.utils.parseaddr can handle.
|
||||
"""
|
||||
m = (None, None)
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue