From 7beaad4e75eac9601e6678967cfadcc833746e20 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 18 May 1998 14:25:08 +0000 Subject: Add file extension .xml, mapping it to text/xml. --- Lib/mimetypes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 296c0ca..823ca62 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -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', -- cgit v0.12