summaryrefslogtreecommitdiffstats
path: root/Lib/test/mailcap.txt
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 /Lib/test/mailcap.txt
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 'Lib/test/mailcap.txt')
-rw-r--r--Lib/test/mailcap.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/mailcap.txt b/Lib/test/mailcap.txt
index f61135d..08a76e6 100644
--- a/Lib/test/mailcap.txt
+++ b/Lib/test/mailcap.txt
@@ -35,5 +35,5 @@ message/external-body; showexternal %s %{access-type} %{name} %{site} \
text/richtext; shownonascii iso-8859-8 -e richtext -p %s; test=test "`echo \
%{charset} | tr '[A-Z]' '[a-z]'`" = iso-8859-8; copiousoutput
-video/mpeg; mpeg_play %s
video/*; animate %s
+video/mpeg; mpeg_play %s \ No newline at end of file