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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f326134e5cdb4a9a66c87a2f690bb28746339369;p=python Map .shtml to text/html. --- diff --git a/Tools/webchecker/mimetypes.py b/Tools/webchecker/mimetypes.py index fd0e1c52c9..0b1748ed31 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',