mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
gh-89313: Add hashlib.file_digest to whatsnew 3.11 (GH-95965)
Automerge-Triggered-By: GH:pablogsal
This commit is contained in:
parent
7552f237a2
commit
0b329f4f03
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
----------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue