]> granicus.if.org Git - python/commitdiff
Add file extension .xml, mapping it to text/xml.
authorGuido van Rossum <guido@python.org>
Mon, 18 May 1998 14:25:08 +0000 (14:25 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 May 1998 14:25:08 +0000 (14:25 +0000)
Lib/mimetypes.py

index 296c0ca49e394f61a518e7a83a50eb529d3b963b..823ca626ae11bb288dbf6a82fea33245b6ec6750 100644 (file)
@@ -184,6 +184,7 @@ types_map = {
     '.ustar': 'application/x-ustar',
     '.wav': 'audio/x-wav',
     '.xbm': 'image/x-xbitmap',
+    '.xml': 'text/xml',
     '.xpm': 'image/x-xpixmap',
     '.xwd': 'image/x-xwindowdump',
     '.zip': 'application/zip',