-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as duplicate of#88377
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
types_map contains two entries for bmp
types_map = _types_map_default = {
'.bmp' : 'image/bmp',
'.bmp' : 'image/x-ms-bmp',
}
According to https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types/Common_types, image/bmp
should be used.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error