cpython/Lib/email
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
..
mime
test SF bug #1582282; decode_header() incorrectly splits not-conformant RFC 2007-03-14 04:59:50 +00:00
__init__.py
_parseaddr.py Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the 2007-03-12 03:20:01 +00:00
base64mime.py
charset.py
encoders.py
errors.py
feedparser.py
generator.py
header.py SF bug #1582282; decode_header() incorrectly splits not-conformant RFC 2007-03-14 04:59:50 +00:00
iterators.py
message.py Patch #1449244: Support Unicode strings in 2007-03-13 10:24:00 +00:00
parser.py
quoprimime.py
utils.py