Remove traces of rfc822.

This commit is contained in:
Georg Brandl 2008-06-12 22:23:59 +00:00
parent a0c0a4a261
commit 9f0f960d4c
6 changed files with 12 additions and 11 deletions

View file

@ -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: