mirror of https://github.com/python/cpython
Add a test for SF bug #110621; stripping square brackets off of
addresses with domain literals.
This commit is contained in:
parent
02706f5898
commit
38bfc4d0d5
|
@ -120,3 +120,7 @@ Date: Wed, 13 Jan 1999 23:57:35 -0500
|
|||
|
||||
test''', [('', 'goit@lip.com')])
|
||||
|
||||
|
||||
test('''To: guido@[132.151.1.21]
|
||||
|
||||
foo''', [('', 'guido@[132.151.1.21]')])
|
||||
|
|
Loading…
Reference in New Issue