diff options
author | Guido van Rossum <guido@python.org> | 1997-10-07 14:56:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-07 14:56:42 (GMT) |
commit | f326134e5cdb4a9a66c87a2f690bb28746339369 (patch) | |
tree | c6e6be7ac69d7b15cdee8494c423073c091e0547 | |
parent | 57d4c5510df3d7255ba0962b38abe86a7a4f26bc (diff) | |
download | cpython-f326134e5cdb4a9a66c87a2f690bb28746339369.zip cpython-f326134e5cdb4a9a66c87a2f690bb28746339369.tar.gz cpython-f326134e5cdb4a9a66c87a2f690bb28746339369.tar.bz2 |
Map .shtml to text/html.
-rw-r--r-- | Tools/webchecker/mimetypes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/webchecker/mimetypes.py b/Tools/webchecker/mimetypes.py index fd0e1c5..0b1748e 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', |