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 /Lib/test/mailcap.txt | |
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 'Lib/test/mailcap.txt')
-rw-r--r-- | Lib/test/mailcap.txt | 2 |
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 |