From: Guido van Rossum Date: Tue, 7 Oct 1997 14:56:42 +0000 (+0000) Subject: Map .shtml to text/html. X-Git-Tag: v1.5a4~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f326134e5cdb4a9a66c87a2f690bb28746339369;p=thirdparty%2FPython%2Fcpython.git Map .shtml to text/html. --- diff --git a/Tools/webchecker/mimetypes.py b/Tools/webchecker/mimetypes.py index fd0e1c52c964..0b1748ed3113 100644 --- a/Tools/webchecker/mimetypes.py +++ b/Tools/webchecker/mimetypes.py @@ -128,6 +128,7 @@ types_map = { '.hdf': 'application/x-hdf', '.htm': 'text/html', '.html': 'text/html', + '.shtml': 'text/html', '.ief': 'image/ief', '.jpe': 'image/jpeg', '.jpeg': 'image/jpeg',