This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients barry, r.david.murray, serhiy.storchaka
Date 2016-06-19.16:06:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466352388.15.0.0150682460299.issue23148@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-19 16:06:28serhiy.storchakasetrecipients: + serhiy.storchaka, barry, r.david.murray
2016-06-19 16:06:28serhiy.storchakasetmessageid: <1466352388.15.0.0150682460299.issue23148@psf.upfronthosting.co.za>
2016-06-19 16:06:28serhiy.storchakalinkissue23148 messages
2016-06-19 16:06:27serhiy.storchakacreate