mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#20295: Teach imghdr to recognize OpenEXR format images.
Patch by Martin Vignali, test by Claudiu Popa.
This commit is contained in:
parent
a157867a3d
commit
2f60820f4c
6 changed files with 20 additions and 0 deletions
|
@ -141,6 +141,12 @@ doctest
|
|||
*module* contains no docstrings instead of raising :exc:`ValueError`
|
||||
(contributed by Glenn Jones in :issue:`15916`).
|
||||
|
||||
imghdr
|
||||
------
|
||||
|
||||
* :func:`~imghdr.what` now recognizes the `OpenEXR <http://www.openexr.com>`_
|
||||
format (contributed by Martin vignali and Cladui Popa in :issue:`20295`).
|
||||
|
||||
importlib
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue