[issue42205] Add image/webp to list of non-standard mimetypes

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42205] Add image/webp to list of non-standard mimetypes

2020-11-03 Thread Inada Naoki


Change by Inada Naoki :


--
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42205] Add image/webp to list of non-standard mimetypes

2020-11-03 Thread Inada Naoki


Change by Inada Naoki :


--
resolution:  -> duplicate
superseder:  -> image/webp support in mimetypes

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42205] Add image/webp to list of non-standard mimetypes

2020-11-03 Thread Éric Araujo

Éric Araujo  added the comment:

Hello!  Why open a second ticket?

--
nosy: +eric.araujo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42205] Add image/webp to list of non-standard mimetypes

2020-10-30 Thread waicalibre


Change by waicalibre :


--
keywords: +patch
pull_requests: +21953
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/23034

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42205] Add image/webp to list of non-standard mimetypes

2020-10-30 Thread waicalibre


New submission from waicalibre :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com