summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-10-07 14:56:42 (GMT)
committerGuido van Rossum <guido@python.org>1997-10-07 14:56:42 (GMT)
commitf326134e5cdb4a9a66c87a2f690bb28746339369 (patch)
treec6e6be7ac69d7b15cdee8494c423073c091e0547 /Tools
parent57d4c5510df3d7255ba0962b38abe86a7a4f26bc (diff)
downloadcpython-f326134e5cdb4a9a66c87a2f690bb28746339369.zip
cpython-f326134e5cdb4a9a66c87a2f690bb28746339369.tar.gz
cpython-f326134e5cdb4a9a66c87a2f690bb28746339369.tar.bz2
Map .shtml to text/html.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/webchecker/mimetypes.py1
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',