diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-12-24 22:36:49 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-12-24 22:36:49 (GMT) |
commit | dfd7eb0ba2f3296f28028970e395e38f3ae9eedc (patch) | |
tree | 02ded19904da4eeea1f27afcaf6b042734348188 /Misc | |
parent | ddf53709eedd94450cc95c3ea0758c621790193d (diff) | |
download | cpython-dfd7eb0ba2f3296f28028970e395e38f3ae9eedc.zip cpython-dfd7eb0ba2f3296f28028970e395e38f3ae9eedc.tar.gz cpython-dfd7eb0ba2f3296f28028970e395e38f3ae9eedc.tar.bz2 |
#1693546: don't add quotes around RFC 2231 encoded values.
The RFC is bit hard to understand on this point, but the examples
clearly show that parameter values that are encoded according
to its charset/language rules don't have surrounding quotes, and
the ABNF does not allow for quotes. So when we produce such
encoded values, we no longer add quotes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ Core and Builtins Library ------- +- Issue #1693546: fix email.message RFC 2231 parameter encoding to be in better + compliance (no "s around encoded values). + - Improved the diff message in the unittest module's assertCountEqual(). - Issue #1155362: email.utils.parsedate_tz now handles a missing space before |