]> granicus.if.org Git - python/commit
Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the
authorBarry Warsaw <barry@python.org>
Mon, 12 Mar 2007 03:21:28 +0000 (03:21 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 12 Mar 2007 03:21:28 +0000 (03:21 +0000)
commitef23d7000d7a0d9aa37b933a844783f6a2ad8c43
treedad0b515c21500ddd923b9fe51f9ae14e03babec
parent98d1a4d727183d190d921a125f7d3de1cd3025dc
Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the
display name of an email address, e.g.

Foo
\tBar <foo@example.com>

Test case added by Barry.
Lib/email/_parseaddr.py
Lib/email/test/test_email.py
Lib/email/test/test_email_renamed.py