cpython/Lib/test/test_email
Miss Islington (bot) 9148b77e0a
[3.12] gh-100884: email/_header_value_parser: don't encode list separators (GH-100885) (GH-115592)
ListSeparator should not be encoded. This could happen when a long line
pushes its separator to the next line, which would have been encoded.
(cherry picked from commit 09fab93c3d)

Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
2024-02-17 15:00:39 +02:00
..
data
__init__.py
__main__.py
test__encoded_words.py
test__header_value_parser.py [3.12] gh-100884: email/_header_value_parser: don't encode list separators (GH-100885) (GH-115592) 2024-02-17 15:00:39 +02:00
test_asian_codecs.py
test_contentmanager.py
test_defect_handling.py
test_email.py
test_generator.py
test_headerregistry.py
test_inversion.py
test_message.py [3.12] gh-94606: Fix error when message with Unicode surrogate not surrogateescaped string (GH-94641) (GH-112971) 2023-12-11 16:48:06 +00:00
test_parser.py
test_pickleable.py
test_policy.py [3.12] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold() (GH-6986) (GH-114606) 2024-01-26 18:30:32 +02:00
test_utils.py [3.12] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-113831) 2024-01-12 12:00:17 +00:00
torture_test.py