All unittests pass in py2 and py3!

This commit is contained in:
Stuart D. Gathman
2016-09-29 00:27:42 -04:00
parent 626d5ae20e
commit a36dcbfcdd
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ def parseaddr(t):
>>> parseaddr('God@heaven <@hop1.org,@hop2.net:jeff@spec.org>')
('God@heaven', 'jeff@spec.org')
>>> parseaddr('Real Name ((comment)) <addr...@example.com>')
('Real Name', 'addr...@example.com')
('Real Name (comment)', 'addr...@example.com')
>>> parseaddr('a(WRONG)@b')
('WRONG', 'a@b')
"""