From: Guido van Rossum Date: Mon, 29 Oct 2007 20:52:45 +0000 (+0000) Subject: Patch 1353 by Jacob Winther. X-Git-Tag: v2.6a1~1116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dff51b2898145d4f9c5db669db4f9ef5a67ab4b5;p=python Patch 1353 by Jacob Winther. Add mp4 mapping to mimetypes.py. --- diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index c9d618e596..fc0108b1b1 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -393,6 +393,7 @@ def _default_mime_types(): '.movie' : 'video/x-sgi-movie', '.mp2' : 'audio/mpeg', '.mp3' : 'audio/mpeg', + '.mp4' : 'video/mp4', '.mpa' : 'video/mpeg', '.mpe' : 'video/mpeg', '.mpeg' : 'video/mpeg',