[issue19377] Backport SVG mime type to Python 2

2016-04-08 Thread Berker Peksag

Changes by Berker Peksag :


--
nosy: +berker.peksag
resolution:  -> fixed
status: open -> closed
versions:  -Python 2.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19377] Backport SVG mime type to Python 2

2016-04-08 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 43a6e7104b78 by Berker Peksag in branch '2.7':
Issue #19377: Add .svg to mimetypes.types_map
https://hg.python.org/cpython/rev/43a6e7104b78

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19377] Backport SVG mime type to Python 2

2013-11-17 Thread Christian Heimes

Changes by Christian Heimes :


--
nosy:  -christian.heimes

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19377] Backport SVG mime type to Python 2

2013-10-30 Thread anatoly techtonik

anatoly techtonik added the comment:

Added issue19454 to settle this down.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19377] Backport SVG mime type to Python 2

2013-10-30 Thread anatoly techtonik

anatoly techtonik added the comment:

I think we are talking about double standards.

Why the .xz and .txz are worthy including in 2.7.5 and .svg is not? See issue 
#16316.

http://bugs.python.org/issue15207 will break a lot of this stuff anyway, so I 
hope it will fix the issue.

--
resolution: wont fix -> 
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19377] Backport SVG mime type to Python 2

2013-10-24 Thread Ezio Melotti

Changes by Ezio Melotti :


--
nosy: +r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19377] Backport SVG mime type to Python 2

2013-10-24 Thread Marc-Andre Lemburg

Marc-Andre Lemburg added the comment:

Christian: I think adding MIME types falls under platform support and we do 
still add platform support to Python 2.7.

That said, the mimetypes module *does* use platform files for determining MIME 
types, so adding missing MIME types there will likely result in a more usable 
overall system :-)

In other words: the problem is not really in Python's module, which only 
provides a bare minimum of MIME types, but in the system setup of your system, 
Anatoly.

--
nosy: +lemburg

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19377] Backport SVG mime type to Python 2

2013-10-24 Thread Christian Heimes

Christian Heimes added the comment:

It should be obvious that new mimetype == new feature. It doesn't matter if the 
type is popular or not.

--
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19377] Backport SVG mime type to Python 2

2013-10-24 Thread anatoly techtonik

anatoly techtonik added the comment:

I am not sure that policy defines anything related to datasets bundled with 
Python. Even when try to adopt policy reading to this case, it doesn't look 
like a feature, but a bug fix.

SVG is a registered MIME type http://www.w3.org/TR/SVG/mimereg.html, SVG is the 
most popular (the only one?) open source format for vector graphics, which 
should be present in Python database, but it isn't.

I don't know what do you mean by "work around". Users don't know that the 
source of the bug is missing information from mimetypes package.

--
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19377] Backport SVG mime type to Python 2

2013-10-24 Thread Christian Heimes

Christian Heimes added the comment:

That's against our policy. We don't add new features to stable releases. Users 
of the Google Client API can easily work around the issue and register their 
own mimetypes.

--
nosy: +christian.heimes
resolution:  -> wont fix
stage:  -> committed/rejected
status: open -> closed
type:  -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19377] Backport SVG mime type to Python 2

2013-10-24 Thread anatoly techtonik

New submission from anatoly techtonik:

A request to backport issue10730 commit to Python 2.x
Why? Google Client API uses mimetype module to detect file types when uploading 
to Google Drive, and because SVG is missing, it can not be edited after 
uploading.

--
components: Library (Lib)
messages: 201130
nosy: techtonik
priority: normal
severity: normal
status: open
title: Backport SVG mime type to Python 2
versions: Python 2.6, Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com