• R David Murray's avatar
    #19772: Do not mutate message when downcoding to 7bit. · 905c8c3d
    R David Murray yazdı
    This is a bit of an ugly hack because of the way generator pieces together the
    output message.  The deepcopys aren't too expensive, though, because we know it
    is only called on messages that are not multiparts, and the payload (the thing
    that could be large) is an immutable object.
    
    Test and preliminary work on patch by Vajrasky Kok.
    905c8c3d
Adı
Son kayıt (commit)
Son güncelleme
..
data Loading commit data...
__init__.py Loading commit data...
__main__.py Loading commit data...
test__encoded_words.py Loading commit data...
test__header_value_parser.py Loading commit data...
test_asian_codecs.py Loading commit data...
test_defect_handling.py Loading commit data...
test_email.py Loading commit data...
test_generator.py Loading commit data...
test_headerregistry.py Loading commit data...
test_inversion.py Loading commit data...
test_message.py Loading commit data...
test_parser.py Loading commit data...
test_pickleable.py Loading commit data...
test_policy.py Loading commit data...
test_utils.py Loading commit data...
torture_test.py Loading commit data...