cpython/Lib/email/test
Barry Warsaw dcd24ae501 SF bug #1582282; decode_header() incorrectly splits not-conformant RFC
2047-like headers where there is no whitespace between encoded words.  This
fix changes the matching regexp to include a trailing lookahead assertion that
the closing ?= must be followed by whitespace, newline, or end-of-string.
This also changes the regexp to add the MULTILINE flag.
2007-03-14 04:59:50 +00:00
..
data Actually this file should have svn:eol-style CRLF since it's specifically 2006-03-04 04:55:02 +00:00
__init__.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
test_email.py SF bug #1582282; decode_header() incorrectly splits not-conformant RFC 2007-03-14 04:59:50 +00:00
test_email_codecs.py Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
test_email_codecs_renamed.py Merge email package 4.0 from the sandbox, including documentation, test cases, 2006-03-18 15:41:53 +00:00
test_email_renamed.py SF bug #1582282; decode_header() incorrectly splits not-conformant RFC 2007-03-14 04:59:50 +00:00
test_email_torture.py Fix test for FeedParser results. 2004-10-03 04:02:43 +00:00