[issue42049] Add image/webp to list of media types in mimetypes.py

2022-02-01 Thread Éric Araujo
Change by Éric Araujo : -- superseder: image/webp support in mimetypes -> Support webp and avif image formats in mimetypes ___ Python tracker ___

[issue42049] Add image/webp to list of media types in mimetypes.py

2020-11-03 Thread Inada Naoki
Change by Inada Naoki : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue42049] Add image/webp to list of media types in mimetypes.py

2020-11-03 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> duplicate superseder: -> image/webp support in mimetypes ___ Python tracker ___ ___

[issue42049] Add image/webp to list of media types in mimetypes.py

2020-10-17 Thread waicalibre
waicalibre added the comment: Yep, looks like this issue is an exact duplicate. Sorry about that. It looks like WebP is still not registered with IANA so it can't be added to the list according to this comment: https://github.com/python/cpython/blob/master/Lib/mimetypes.py#L407. It could

[issue42049] Add image/webp to list of media types in mimetypes.py

2020-10-16 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This seems to be a duplicate of https://bugs.python.org/issue38902 -- nosy: +xtreak ___ Python tracker ___

[issue42049] Add image/webp to list of media types in mimetypes.py

2020-10-15 Thread waicalibre
Change by waicalibre : -- keywords: +patch pull_requests: +21686 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22718 ___ Python tracker ___

[issue42049] Add image/webp to list of media types in mimetypes.py

2020-10-15 Thread waicalibre
New submission from waicalibre : WebP is an open image format that's existed for 10 years and is supported by most modern web browsers: https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#WebP. It should be in the list of media types. -- messages: 378702 nosy: