diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-06-26 16:27:57 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-06-26 16:27:57 (GMT) |
commit | 2f60820f4c1bdfce75f30ddc53d97587a3256dcf (patch) | |
tree | 6b115cf76be50645d161ebde14913202bbd64403 /Doc/whatsnew | |
parent | a157867a3d10e4ee802fa2fd910f2dda383fa823 (diff) | |
download | cpython-2f60820f4c1bdfce75f30ddc53d97587a3256dcf.zip cpython-2f60820f4c1bdfce75f30ddc53d97587a3256dcf.tar.gz cpython-2f60820f4c1bdfce75f30ddc53d97587a3256dcf.tar.bz2 |
#20295: Teach imghdr to recognize OpenEXR format images.
Patch by Martin Vignali, test by Claudiu Popa.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 1b4253c..9fff48c 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -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 --------- |