[New-bugs-announce] [issue44211] Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp' and 'image/x-ms-bmp'

Andreas Jansson report at bugs.python.org
Fri May 21 17:13:08 EDT 2021


New submission from Andreas Jansson <andreas.s.t.jansson at gmail.com>:

The mime type of .bmp was changed from image/x-ms-bmp in https://github.com/python/cpython/pull/4756.

https://github.com/python/cpython/pull/3062 then re-introduced image/x-ms-bmp while keeping the newer image/bmp mapping.

----------
components: Library (Lib)
messages: 394157
nosy: andreasjansson
priority: normal
severity: normal
status: open
title: Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp' and 'image/x-ms-bmp'
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list