summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-12-24 22:36:49 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-12-24 22:36:49 (GMT)
commitdfd7eb0ba2f3296f28028970e395e38f3ae9eedc (patch)
tree02ded19904da4eeea1f27afcaf6b042734348188 /Misc
parentddf53709eedd94450cc95c3ea0758c621790193d (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 313fc36..7b6d2d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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