summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-25 08:45:37 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-25 08:45:37 (GMT)
commit2f8dca735e9e30aab6cea2270875021b3098bd2a (patch)
tree74cf9e463b935a6d961cf5d7948d293221fb4454 /Misc
parente84d26c61b826792f62d49cda64f1f8c76dcf55c (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index be089cd..68701c4 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -42,6 +42,7 @@ Pehr Anderson
Erik Andersén
Oliver Andrich
Ross Andrus
+Fabrice Aneche
Juancarlo Añez
Chris Angelico
Jérémy Anger
diff --git a/Misc/NEWS b/Misc/NEWS
index 72f00dc..4970afd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.