summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-09-10 00:04:23 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-09-10 00:04:23 (GMT)
commit347dc95cd3b2d5d00a6d1a378084d87d32a47ab0 (patch)
treee479a6680103b076a7f40af8e824a02e05a271b6 /Misc
parentae9e5f032d05377ec0aef04947b449a9a0d7a3b3 (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 20c47f6..f590f6c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -833,6 +833,7 @@ Julia Lawall
Chris Lawrence
Mark Lawrence
Chris Laws
+Michael Lazar
Brian Leair
Mathieu Leduc-Hamel
Amandine Lee
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b13685..6ef92f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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