diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-03-30 01:54:27 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-03-30 01:54:27 (GMT) |
commit | c4bb599be091ae92cfbe47e82a6d18f39c11443e (patch) | |
tree | 7e00c72d169adac4ca8104b0d2fbd65cca6c86c4 /Misc | |
parent | 520bddf79a06c06d7b293408a6e3cc119f808afb (diff) | |
parent | 7d0325d6c811d66d98955e9fbf9a71c50f7e770c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |