Issue1353
Created on 2007-10-29 10:54 by kraft, last changed 2007-10-29 20:53 by gvanrossum.
| 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) |
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.
|
|
| Date |
User |
Action |
Args |
| 2007-10-29 20:53:27 | gvanrossum | set | status: open -> closed resolution: accepted messages:
+ msg56929 nosy:
+ gvanrossum |
| 2007-10-29 10:54:36 | kraft | create | |
|