From: Fred Drake Date: Tue, 15 Mar 2005 15:52:08 +0000 (+0000) Subject: add two more extensions: X-Git-Tag: v2.5a0~1918 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ce75151a45df75898c651f85dda98f4f12b2bf9;p=python add two more extensions: - .wsdl --> Web Service Definition Language - .xpdl --> XML Process Definition Language --- diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 88b9e2f91e..7a8b765aef 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -443,12 +443,14 @@ types_map = { '.vcf' : 'text/x-vcard', '.wav' : 'audio/x-wav', '.wiz' : 'application/msword', + '.wsdl' : 'application/xml', '.xbm' : 'image/x-xbitmap', '.xlb' : 'application/vnd.ms-excel', # Duplicates :( '.xls' : 'application/excel', '.xls' : 'application/vnd.ms-excel', '.xml' : 'text/xml', + '.xpdl' : 'application/xml', '.xpm' : 'image/x-xpixmap', '.xsl' : 'application/xml', '.xwd' : 'image/x-xwindowdump',