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: mp4 missing from mimetypes.py
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 2.4, Python 2.3, Python 2.2.3, Python 2.2.2, Python 2.5, Python 2.2.1, Python 2.2, Python 2.1.2, Python 2.1.1
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, kraft
Priority: normal Keywords:

Created on 2007-10-29 10:54 by kraft, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mimetypes.py.patch kraft, 2007-10-29 10:54
Messages (2)
msg56900 - (view) Author: Jacob (kraft) Date: 2007-10-29 10:54
mp4 is missing from the mimetypes.py list of valid mimetypes. mp4 is 
registered with IANA and is defined in the mpeg-4 standard as a container 
for mpeg-4 codecs such as h264. Lack of this definition means the format 
cannot be recognised by software dependsing on the mimetypes modules, that 
don't use one of the suggested local mime definitions (OpenBSD).
msg56929 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-10-29 20:53
Committed revision 58706.

This is in the trunk, i.e. what will become Python 2.6.  I don't think
it's worth fixing in 2.5.2, but if you really think it should go there
as well, petition Neal Norwitz.
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45694
2007-10-29 20:53:27gvanrossumsetstatus: open -> closed
resolution: accepted
messages: + msg56929
nosy: + gvanrossum
2007-10-29 10:54:36kraftcreate