]> granicus.if.org Git - python/commit
parseaddr(): Fixed in the same way that Message.getaddrlist() was
authorBarry Warsaw <barry@python.org>
Thu, 23 May 2002 03:21:01 +0000 (03:21 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 23 May 2002 03:21:01 +0000 (03:21 +0000)
commitf655328483b2e237cc2f71c1c308eceb2f30f6fd
tree3b81ed08b60d5262add766f3cdd2ce5d44a5c5c9
parent12424bc0eff82e0ebf5134cca1139b7d4b6faed0
parseaddr(): Fixed in the same way that Message.getaddrlist() was
fixed (re: SF bug #555035).  Include a unittest.
Lib/rfc822.py
Lib/test/test_rfc822.py