• Barry Warsaw's avatar
    SF bug #1582282; decode_header() incorrectly splits not-conformant RFC · 924d148b
    Barry Warsaw yazdı
    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.
    924d148b
Adı
Son kayıt (commit)
Son güncelleme
..
mime Loading commit data...
test Loading commit data...
__init__.py Loading commit data...
_parseaddr.py Loading commit data...
base64mime.py Loading commit data...
charset.py Loading commit data...
encoders.py Loading commit data...
errors.py Loading commit data...
feedparser.py Loading commit data...
generator.py Loading commit data...
header.py Loading commit data...
iterators.py Loading commit data...
message.py Loading commit data...
parser.py Loading commit data...
quoprimime.py Loading commit data...
utils.py Loading commit data...