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.

Author waicalibre
Recipients waicalibre
Date 2020-10-30.09:16:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604049363.03.0.933855009454.issue42205@roundup.psfhosted.org>
In-reply-to
Content
WebP is an open-source image format that isn't included in Python's mimetypes. It hasn't been added because it has no IANA registration: https://bugs.python.org/issue38902

In mimetypes.py there is a list of common but non-standard media types that only match if strict=0 flag is given to the API methods. If WebP isn't going to be added to the big standard list, it could be added to the non-standard list.
History
Date User Action Args
2020-10-30 09:16:03waicalibresetrecipients: + waicalibre
2020-10-30 09:16:03waicalibresetmessageid: <1604049363.03.0.933855009454.issue42205@roundup.psfhosted.org>
2020-10-30 09:16:03waicalibrelinkissue42205 messages
2020-10-30 09:16:02waicalibrecreate