cpython/Lib/test/test_email
R David Murray 65171b28e7 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
The problem was I was only checking for decimal digits after the third '?',
not for *hex* digits :(.

This changeset also fixes a couple of comment typos, deletes an unused
function relating to encoded word parsing, and removed an invalid
'if' test from the folding function that was revealed by the tests
written to validate this issue.
2013-07-11 15:52:57 -04:00
..
data
__init__.py
__main__.py
test__encoded_words.py #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= 2013-07-11 15:52:57 -04:00
test__header_value_parser.py #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= 2013-07-11 15:52:57 -04:00
test_asian_codecs.py
test_defect_handling.py
test_email.py #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. 2013-07-06 17:16:04 +02:00
test_generator.py
test_headerregistry.py #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= 2013-07-11 15:52:57 -04:00
test_inversion.py
test_message.py
test_parser.py
test_pickleable.py
test_policy.py
test_utils.py
torture_test.py