Grygoriy Fuchedzhy added the comment:
Shouldn't .svgz be also added as 'image/x-svg+xml'?
--
___
Python tracker
<http://bugs.python.org/issue10730>
___
__
Grygoriy Fuchedzhy added the comment:
*.svg and *.svgz files have image/svg+xml media type.
I have following in /etc/mime.types
callisto ~ $ grep svg /etc/mime.types
image/svg+xml svg svgz
--
___
Python tracker
<h
Grygoriy Fuchedzhy added the comment:
I'm not sure we are talking about the same table. I don't see .mp4 there.
suffix_map = {
'.tgz': '.tar.gz',
'.taz': '.tar.gz',
'.tz': '.tar.gz'
New submission from Grygoriy Fuchedzhy :
Please add '.svgz': '.svg.gz' map to mimetypes.suffix_map
--
components: Library (Lib)
messages: 124282
nosy: gry
priority: normal
severity: normal
status: open
title: add .svgz to mimetypes.suffix_map
t