• R David Murray's avatar
    #14360: make encoders.encode_quopri work. · f6069f9f
    R David Murray yazdı
    There were no tests for the encoders module.  encode_base64 worked
    because it is the default and so got tested implicitly elsewhere, and
    we use encode_7or8bit internally, so that worked, too.  I previously
    fixed encode_noop, so this fix means that everythign in the encoders
    module now works, hopefully correctly.  Also added an explicit test
    for encode_base64.
    f6069f9f
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...