]> granicus.if.org Git - python/commit
#14977: Make mailcap respect the order of the lines in the mailcap file.
authorR David Murray <rdmurray@bitdance.com>
Sat, 10 Sep 2016 00:04:23 +0000 (20:04 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 10 Sep 2016 00:04:23 +0000 (20:04 -0400)
commit347dc95cd3b2d5d00a6d1a378084d87d32a47ab0
treee479a6680103b076a7f40af8e824a02e05a271b6
parentae9e5f032d05377ec0aef04947b449a9a0d7a3b3
#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.
Lib/mailcap.py
Lib/test/mailcap.txt
Lib/test/test_mailcap.py
Misc/ACKS
Misc/NEWS