This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add image/heif(heic) to list of media types in mimetypes.py
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gregory.p.smith Nosy List: gregory.p.smith, martbln
Priority: normal Keywords: patch

Created on 2021-03-18 11:34 by martbln, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 24917 merged martbln, 2021-03-18 11:40
Messages (2)
msg389012 - (view) Author: Ilya (martbln) Date: 2021-03-18 11:34
Add HEIF and HEIC format to list of media types. It has IANA registration.

IANA: https://www.iana.org/assignments/media-types/image/heic
HEIF Github: https://github.com/nokiatech/heif
msg389197 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2021-03-20 23:06
New changeset 20a5b7e986377bdfd929d7e8c4e3db5847dfdb2d by Ilya Stepin in branch 'master':
bpo-43542: Add heif/heic formats in mimetypes (GH-24917)
https://github.com/python/cpython/commit/20a5b7e986377bdfd929d7e8c4e3db5847dfdb2d
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87708
2021-03-20 23:06:52gregory.p.smithsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-03-20 23:06:32gregory.p.smithsetmessages: + msg389197
2021-03-20 22:45:22gregory.p.smithsetassignee: gregory.p.smith

nosy: + gregory.p.smith
versions: + Python 3.10
2021-03-18 11:40:05martblnsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23680
2021-03-18 11:34:06martblncreate