From: R David Murray Date: Mon, 30 Mar 2015 01:54:27 +0000 (-0400) Subject: Merge: #23745: handle duplicate MIME parameter names in new parser. X-Git-Tag: v3.5.0a4~263^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4bb599be091ae92cfbe47e82a6d18f39c11443e;p=thirdparty%2FPython%2Fcpython.git Merge: #23745: handle duplicate MIME parameter names in new parser. --- c4bb599be091ae92cfbe47e82a6d18f39c11443e diff --cc Misc/NEWS index 2b9ce2e7443e,ebac8d52f653..ff81056a1c20 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -56,12 -21,9 +56,15 @@@ Core and Builtin 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. + +- Issue #14260: The groupindex attribute of regular expression pattern object + now is non-modifiable mapping. + - Issue #23792: Ignore KeyboardInterrupt when the pydoc pager is active. This mimics the behavior of the standard unix pagers, and prevents pipepager from shutting down while the pager itself is still running.