summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-03-30 01:54:27 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-03-30 01:54:27 (GMT)
commitc4bb599be091ae92cfbe47e82a6d18f39c11443e (patch)
tree7e00c72d169adac4ca8104b0d2fbd65cca6c86c4 /Misc
parent520bddf79a06c06d7b293408a6e3cc119f808afb (diff)
parent7d0325d6c811d66d98955e9fbf9a71c50f7e770c (diff)
downloadcpython-c4bb599be091ae92cfbe47e82a6d18f39c11443e.zip
cpython-c4bb599be091ae92cfbe47e82a6d18f39c11443e.tar.gz
cpython-c4bb599be091ae92cfbe47e82a6d18f39c11443e.tar.bz2
Merge: #23745: handle duplicate MIME parameter names in new parser.
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 2b9ce2e..ff81056 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,9 @@ Core and Builtins
Library
-------
+- Issue #23745: The new email header parser now handles duplicate MIME
+ parameter names without error, similar to how get_param behaves.
+
- Issue #22117: Fix os.utime(), it now rounds the timestamp towards minus
infinity (-inf) instead of rounding towards zero.