#5301: re-add image/vnd.microsoft.icon per discussion

We concluded that adding registered mimetypes present in most systems' mime
databases can be considered a bug fix.
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py
index 4c054c9..8347786 100644
--- a/Lib/mimetypes.py
+++ b/Lib/mimetypes.py
@@ -432,6 +432,7 @@
         '.hdf'    : 'application/x-hdf',
         '.htm'    : 'text/html',
         '.html'   : 'text/html',
+        '.ico'    : 'image/vnd.microsoft.icon',
         '.ief'    : 'image/ief',
         '.jpe'    : 'image/jpeg',
         '.jpeg'   : 'image/jpeg',