]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Back port from 2.4 branch:
authorBarry Warsaw <barry@python.org>
Mon, 1 May 2006 03:21:25 +0000 (03:21 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 1 May 2006 03:21:25 +0000 (03:21 +0000)
commite3e785180b2d591304d4c817da04131442951567
tree2278ececcaff818c0d7bfbe0913bdd433a10c927
parentdc74e34e24d01323cfb89a0a5c11416f85adebd0
Back port 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.
Lib/email/_parseaddr.py
Lib/email/test/test_email.py
Lib/rfc822.py
Lib/test/test_rfc822.py