]> granicus.if.org Git - python/commit
Issue #20197: Added support for the WebP image type in the imghdr module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 May 2014 08:45:37 +0000 (11:45 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 May 2014 08:45:37 +0000 (11:45 +0300)
commit2f8dca735e9e30aab6cea2270875021b3098bd2a
tree74cf9e463b935a6d961cf5d7948d293221fb4454
parente84d26c61b826792f62d49cda64f1f8c76dcf55c
Issue #20197: Added support for the WebP image type in the imghdr module.
Patch by Fabrice Aneche and Claudiu Popa.
Doc/library/imghdr.rst
Lib/imghdr.py
Lib/test/imghdrdata/python.webp [new file with mode: 0644]
Lib/test/test_imghdr.py
Misc/ACKS
Misc/NEWS