]> granicus.if.org Git - python/commit
Port forward from 2.4 branch:
authorBarry Warsaw <barry@python.org>
Mon, 1 May 2006 03:03:02 +0000 (03:03 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 1 May 2006 03:03:02 +0000 (03:03 +0000)
commitdbcc8d9b24496ca55dd349cd2eb5273cf6723343
tree3db32de8b91c37685d38008263918773fcc41a39
parent09612281efc664a7705014349791cbfbb7af15bc
Port forward from 2.4 branch:

Patch #1464708 from William McVey: fixed handling of nested comments in mail
addresses.  E.g.

"Foo ((Foo Bar)) <foo@example.com>"

Fixes for both rfc822.py and email package.  This patch needs to be back
ported to Python 2.3 for email 2.5.
Lib/email/_parseaddr.py
Lib/email/test/test_email.py
Lib/email/test/test_email_renamed.py
Lib/rfc822.py
Lib/test/test_rfc822.py