[issue22589] mimetypes uses image/x-ms-bmp as the type for bmp files

R. David Murray report at bugs.python.org
Tue Dec 5 07:34:26 EST 2017


R. David Murray <rdmurray at bitdance.com> added the comment:

If image/bmp is now[*] the official IANA type, mimetypes should use that.  However, because this is a change with possible backward compatibility issues, it should probably only go into 3.7, but I'm open to arguments about that.

[*] The mimetypes module is very old and nobody specifically maintains it; we depend on user reports for updates to it, and obviously this one was overlooked.  Care to prepare a PR?

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list