gh-89313: Add hashlib.file_digest to whatsnew 3.11 (GH-95965)

Automerge-Triggered-By: GH:pablogsal
This commit is contained in:
Christian Heimes 2022-08-13 21:00:58 +02:00 committed by GitHub
parent 7552f237a2
commit 0b329f4f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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
----------------