cpython/Lib/email/test
Barry Warsaw 8896bf56a2 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in
\r\n only get the \n stripped, not the \r (unless it's the last header which
does get the \r stripped).  Patch by Tony Meyer.

test_whitespace_continuation_last_header(),
test_strip_line_feed_and_carriage_return_in_headers(): New tests.

_parse_headers(): Be sure to strip \r\n from the right side of header lines.
2004-08-07 15:57:52 +00:00
..
data forward porting from release23-maint 2004-05-13 23:18:54 +00:00
__init__.py The email package's tests live much better in a subpackage 2002-07-19 22:31:10 +00:00
test_email.py Resolution of SF bug #1002475 and patch #1003693; Header lines that end in 2004-08-07 15:57:52 +00:00
test_email_codecs.py Add CJK codecs support as discussed on python-dev. (SF #873597) 2004-01-17 14:29:29 +00:00
test_email_torture.py openfile(): Go back to opening the files in text mode. This undoes 2002-10-07 17:27:55 +00:00