From ce7554f0a1159e5c473be34090ee85675f4835a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Fri, 4 Nov 2011 18:15:45 +0100 Subject: Revert commit that was not a bugfix (#5301). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I won’t revert in 3.2, since Georg pulled this change in 3.2.2 and released it. --- Lib/mimetypes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 8347786..4c054c9 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -432,7 +432,6 @@ def _default_mime_types(): '.hdf' : 'application/x-hdf', '.htm' : 'text/html', '.html' : 'text/html', - '.ico' : 'image/vnd.microsoft.icon', '.ief' : 'image/ief', '.jpe' : 'image/jpeg', '.jpeg' : 'image/jpeg', -- cgit v0.12