classification
Title: Please add .bz2 in encodings_map (in the module mimetypes)
Type: feature request Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: elghinn, georg.brandl (2)
Priority: normal Keywords:

Created on 2007-04-25 20:46 by elghinn, last changed 2007-05-13 08:04 by georg.brandl.

Messages (2)
msg55092 - (view) Author: elghinn (elghinn) Date: 2007-04-25 20:46
In the module mimetypes, can you add .bz2 in 
    encodings_map = {
        '.gz': 'gzip',
        '.Z': 'compress',
        }
please ?
msg55093 - (view) Author: Georg Brandl (georg.brandl) Date: 2007-05-13 08:04
Done in rev. 55290.
History
Date User Action Args
2007-04-25 20:46:41elghinncreate