[issue37529] Mimetype module duplicates

Danny Lin report at bugs.python.org
Thu Sep 17 04:15:41 EDT 2020


Danny Lin <danny0838 at gmail.com> added the comment:

It doesn't seem so... In Python 3.8.5 this code is still seen in mimetypes.py (line 492-504):

        '.bmp'    : 'image/bmp',
        '.gif'    : 'image/gif',
        '.ief'    : 'image/ief',
        '.jpg'    : 'image/jpeg',
        '.jpe'    : 'image/jpeg',
        '.jpeg'   : 'image/jpeg',
        '.png'    : 'image/png',
        '.svg'    : 'image/svg+xml',
        '.tiff'   : 'image/tiff',
        '.tif'    : 'image/tiff',
        '.ico'    : 'image/vnd.microsoft.icon',
        '.ras'    : 'image/x-cmu-raster',
        '.bmp'    : 'image/x-ms-bmp',

----------
nosy: +danny87105

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37529>
_______________________________________


More information about the Python-bugs-list mailing list