]> 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:20:01 +0000 (03:20 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 12 Mar 2007 03:20:01 +0000 (03:20 +0000)
commitcbbc3f19c157a1b464f0faa8a396777040e96c8e
tree84ea284742abbf5abef1c0086a72d2e9ae54a1b0
parent071d1ae1362e4444a28c66d9e49e36776efdd3a3
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