• R David Murray's avatar
    #23745: handle duplicate MIME parameter names in new parser. · 7d0325d6
    R David Murray yazdı
    This mimics get_param's error handling for the most part.  It is slightly
    better in some regards as get_param can produce some really weird results for
    duplicate *0* parts.  It departs from get_param slightly in that if we have a
    mix of non-extended and extended pieces for the same parameter name, the new
    parser assumes they were all supposed to be extended and concatenates all the
    values, whereas get_param always picks the non-extended parameter value.  All
    of this error recovery is pretty much arbitrary decisions...
    7d0325d6
Adı
Son kayıt (commit)
Son güncelleme
..
mime Loading commit data...
__init__.py Loading commit data...
_encoded_words.py Loading commit data...
_header_value_parser.py Loading commit data...
_parseaddr.py Loading commit data...
_policybase.py Loading commit data...
architecture.rst Loading commit data...
base64mime.py Loading commit data...
charset.py Loading commit data...
contentmanager.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...
headerregistry.py Loading commit data...
iterators.py Loading commit data...
message.py Loading commit data...
parser.py Loading commit data...
policy.py Loading commit data...
quoprimime.py Loading commit data...
utils.py Loading commit data...