New submission from waicalibre <waicailbre_a...@protonmail.com>:
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. ---------- components: Library (Lib) messages: 379940 nosy: waicalibre priority: normal severity: normal status: open title: Add image/webp to list of non-standard mimetypes _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42205> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com