Skip to content

Commit d89f5fe

Browse files
gh-89313: Add hashlib.file_digest to whatsnew 3.11 (GH-95965)
Automerge-Triggered-By: GH:pablogsal (cherry picked from commit 0b329f4) Co-authored-by: Christian Heimes <christian@python.org>
1 parent 1fccb1d commit d89f5fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,10 @@ hashlib
592592
OpenSSL support.
593593
(Contributed by Christian Heimes in :issue:`47098`.)
594594

595+
* Add :func:`hashlib.file_digest`, a helper function for efficient hashing
596+
of files or file-like objects.
597+
(Contributed by Christian Heimes in :gh:`89313`.)
598+
595599
IDLE and idlelib
596600
----------------
597601

0 commit comments

Comments
 (0)