]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-89313: Add hashlib.file_digest to whatsnew 3.11 (GH-95965)
authorChristian Heimes <christian@python.org>
Sat, 13 Aug 2022 19:00:58 +0000 (21:00 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Aug 2022 19:00:58 +0000 (12:00 -0700)
Automerge-Triggered-By: GH:pablogsal
Doc/whatsnew/3.11.rst

index 7be9a501f53192e7943fb72eabb112dc3b292c31..f1f023038abe1cfb81455c801a1ec5c4e4afd39c 100644 (file)
@@ -609,6 +609,10 @@ hashlib
   OpenSSL support.
   (Contributed by Christian Heimes in :issue:`47098`.)
 
+* Add :func:`hashlib.file_digest`, a helper function for efficient hashing
+  of files or file-like objects.
+  (Contributed by Christian Heimes in :gh:`89313`.)
+
 IDLE and idlelib
 ----------------