Kaydet (Commit) dff51b28 authored tarafından Guido van Rossum's avatar Guido van Rossum

Patch 1353 by Jacob Winther.

Add mp4 mapping to mimetypes.py.
üst 60d58406
...@@ -393,6 +393,7 @@ def _default_mime_types(): ...@@ -393,6 +393,7 @@ def _default_mime_types():
'.movie' : 'video/x-sgi-movie', '.movie' : 'video/x-sgi-movie',
'.mp2' : 'audio/mpeg', '.mp2' : 'audio/mpeg',
'.mp3' : 'audio/mpeg', '.mp3' : 'audio/mpeg',
'.mp4' : 'video/mp4',
'.mpa' : 'video/mpeg', '.mpa' : 'video/mpeg',
'.mpe' : 'video/mpeg', '.mpe' : 'video/mpeg',
'.mpeg' : 'video/mpeg', '.mpeg' : 'video/mpeg',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment