We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71080b8 commit 3d2aa89Copy full SHA for 3d2aa89
1 file changed
Lib/email/utils.py
@@ -83,8 +83,6 @@ def formataddr(pair, charset='utf-8'):
83
'utf-8'.
84
"""
85
name, address = pair
86
- # The address MUST (per RFC) be ascii, so raise a UnicodeError if it isn't.
87
- address.encode('ascii')
88
if name:
89
try:
90
name.encode('ascii')
0 commit comments