Skip to content

Commit

Permalink
pythongh-89313: Add hashlib.file_digest to whatsnew 3.11 (pythonGH-95965
Browse files Browse the repository at this point in the history
)

Automerge-Triggered-By: GH:pablogsal
  • Loading branch information
tiran authored Aug 13, 2022
1 parent 7552f23 commit 0b329f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------

Expand Down

0 comments on commit 0b329f4

Please sign in to comment.