Skip to content

Commit 0b329f4

Browse files
authored
gh-89313: Add hashlib.file_digest to whatsnew 3.11 (GH-95965)
Automerge-Triggered-By: GH:pablogsal
1 parent 7552f23 commit 0b329f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.11.rst

+4
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,10 @@ hashlib
609609
OpenSSL support.
610610
(Contributed by Christian Heimes in :issue:`47098`.)
611611

612+
* Add :func:`hashlib.file_digest`, a helper function for efficient hashing
613+
of files or file-like objects.
614+
(Contributed by Christian Heimes in :gh:`89313`.)
615+
612616
IDLE and idlelib
613617
----------------
614618

0 commit comments

Comments
 (0)