(original) (raw)

Index: Lib/mimetypes.py =================================================================== --- Lib/mimetypes.py (revision 69723) +++ Lib/mimetypes.py (working copy) @@ -376,6 +376,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',