[issue10730] add .svgz to mimetypes.suffix_map

2010-12-18 Thread Grygoriy Fuchedzhy

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
type: feature request

___
Python tracker 
<http://bugs.python.org/issue10730>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10730] add .svgz to mimetypes.suffix_map

2010-12-18 Thread Grygoriy Fuchedzhy

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',
'.tbz2': '.tar.bz2',
}
*.svgz is gzipped *.svg files.

--

___
Python tracker 
<http://bugs.python.org/issue10730>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10730] add .svgz to mimetypes.suffix_map

2010-12-18 Thread Grygoriy Fuchedzhy

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 
<http://bugs.python.org/issue10730>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10730] add .svgz to mimetypes.suffix_map and .svg to types_map

2010-12-23 Thread Grygoriy Fuchedzhy

Grygoriy Fuchedzhy  added the comment:

Shouldn't .svgz be also added as 'image/x-svg+xml'?

--

___
Python tracker 
<http://bugs.python.org/issue10730>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com