diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-25 08:45:37 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-25 08:45:37 (GMT) |
commit | 2f8dca735e9e30aab6cea2270875021b3098bd2a (patch) | |
tree | 74cf9e463b935a6d961cf5d7948d293221fb4454 /Misc | |
parent | e84d26c61b826792f62d49cda64f1f8c76dcf55c (diff) | |
download | cpython-2f8dca735e9e30aab6cea2270875021b3098bd2a.zip cpython-2f8dca735e9e30aab6cea2270875021b3098bd2a.tar.gz cpython-2f8dca735e9e30aab6cea2270875021b3098bd2a.tar.bz2 |
Issue #20197: Added support for the WebP image type in the imghdr module.
Patch by Fabrice Aneche and Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,7 @@ Pehr Anderson Erik Andersén Oliver Andrich Ross Andrus +Fabrice Aneche Juancarlo Añez Chris Angelico Jérémy Anger @@ -89,6 +89,9 @@ Core and Builtins Library ------- +- Issue #20197: Added support for the WebP image type in the imghdr module. + Patch by Fabrice Aneche and Claudiu Popa. + - Issue #21513: Speedup some properties of IP addresses (IPv4Address, IPv6Address) such as .is_private or .is_multicast. |