[issue23148] Missing the charset parameter in as_encoded_word()

Serhiy Storchaka report at bugs.python.org
Sun Jun 19 12:06:28 EDT 2016


Serhiy Storchaka added the comment:

The only tests that call cte_encode() are test_address_list_with_unicode_names and test_address_list_with_unicode_names_in_quotes. The only method that calls cte_encode() (besides recursive cte_encode) is TokenList._fold().

Methods UnstructuredTokenList.cte_encode() and Phrase._fold() are not covered by tests.

----------
versions: +Python 3.6 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23148>
_______________________________________


More information about the Python-bugs-list mailing list