Skip to content

Commit 4d53926

Browse files
ezequielp-activestateicanhasmath
authored andcommitted
remove comment
1 parent c98f6b9 commit 4d53926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/email/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def parseaddr(addr, strict=True):
340340
addr = addr[0]
341341

342342
# FIX: Support both str and unicode in Python 2
343-
if not isinstance(addr, (str, unicode)): # Python 2 compatible
343+
if not isinstance(addr, (str, unicode)):
344344
return ('', '')
345345

346346
# Convert unicode to str for consistent processing

0 commit comments

Comments
 (0)