[issue16316] Support xz compression in mimetypes module

2013-05-06 Thread Éric Araujo

Éric Araujo added the comment:

Thanks!

--

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2013-05-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Have backported.

--
resolution:  -> fixed
status: open -> closed
versions:  -Python 3.2

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2013-05-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 26068bfec70e by Serhiy Storchaka in branch '2.7':
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
http://hg.python.org/cpython/rev/26068bfec70e

New changeset d04259af01ff by Serhiy Storchaka in branch '3.3':
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
http://hg.python.org/cpython/rev/d04259af01ff

--

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2013-04-26 Thread R. David Murray

R. David Murray added the comment:

I agree with Éric.

--

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2013-04-26 Thread Éric Araujo

Éric Araujo added the comment:

In my opinion supporting xz in the standard library is totally separate from 
keeping the mime types registry up to date.

--

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2013-04-26 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Xz-related mimetypes was added because Python 3.3+ supports xz compression. 
Backporting them to 3.3 makes sense. But backporting to 2.7 is more 
questionable.

--

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2013-04-24 Thread Berker Peksag

Changes by Berker Peksag :


--
nosy: +berker.peksag
resolution: fixed -> 
Added file: http://bugs.python.org/file30003/issue16316_27.diff

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2013-04-19 Thread Éric Araujo

Éric Araujo added the comment:

Small changes in registries (mimetypes, html.entities, sometimes webbrowser) 
are acceptable in stable branches.  Can you backport this?

--
stage: committed/rejected -> commit review
status: closed -> open

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2012-10-28 Thread Nadeem Vawda

Changes by Nadeem Vawda :


--
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2012-10-28 Thread Roundup Robot

Roundup Robot added the comment:

New changeset a3ba5fe9bfd3 by Nadeem Vawda in branch 'default':
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
http://hg.python.org/cpython/rev/a3ba5fe9bfd3

--
nosy: +python-dev

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2012-10-27 Thread Éric Araujo

Éric Araujo added the comment:

LGTM.

--
nosy: +eric.araujo, r.david.murray
versions: +Python 2.7, Python 3.2, Python 3.3

___
Python tracker 

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



[issue16316] Support xz compression in mimetypes module

2012-10-24 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

The proposed patch adds xz compression support in additional to gzip, compress 
and bzip2 in mimetypes module.

--
components: Library (Lib)
files: mimetypes-lzma.patch
keywords: patch
messages: 173712
nosy: nadeem.vawda, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Support xz compression in mimetypes module
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file27702/mimetypes-lzma.patch

___
Python tracker 

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