This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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

Created on 2007-04-25 20:46 by elghinn, last changed 2022-04-11 14:56 by admin. This issue is now closed.

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) * (Python committer) Date: 2007-05-13 08:04
Done in rev. 55290.
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 44899
2007-04-25 20:46:41elghinncreate