diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-09-10 00:04:23 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-09-10 00:04:23 (GMT) |
commit | 347dc95cd3b2d5d00a6d1a378084d87d32a47ab0 (patch) | |
tree | e479a6680103b076a7f40af8e824a02e05a271b6 /Misc | |
parent | ae9e5f032d05377ec0aef04947b449a9a0d7a3b3 (diff) | |
download | cpython-347dc95cd3b2d5d00a6d1a378084d87d32a47ab0.zip cpython-347dc95cd3b2d5d00a6d1a378084d87d32a47ab0.tar.gz cpython-347dc95cd3b2d5d00a6d1a378084d87d32a47ab0.tar.bz2 |
#14977: Make mailcap respect the order of the lines in the mailcap file.
This is required by RFC 1542, so despite the subtle behavior change we
are treating it as a bug. Patch by Michael Lazar.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -833,6 +833,7 @@ Julia Lawall Chris Lawrence Mark Lawrence Chris Laws +Michael Lazar Brian Leair Mathieu Leduc-Hamel Amandine Lee @@ -62,6 +62,9 @@ Core and Builtins Library ------- +- Issue #14977: mailcap now respects the order of the lines in the mailcap + files ("first match"), as required by RFC 1542. Patch by Michael Lazar. + - Issue #24594: Validates persist parameter when opening MSI database - Issue #28047: Fixed calculation of line length used for the base64 CTE |