diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-13 19:55:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-13 19:55:15 (GMT) |
commit | d89f5fe1f4ee630a83196a7a7bf5a03a81036bb5 (patch) | |
tree | bd9bf8863edbba71c277f71b6ce04294605f43e5 /Doc/whatsnew | |
parent | 1fccb1d49334804f19cc809c968afee2aabb9b3a (diff) | |
download | cpython-d89f5fe1f4ee630a83196a7a7bf5a03a81036bb5.zip cpython-d89f5fe1f4ee630a83196a7a7bf5a03a81036bb5.tar.gz cpython-d89f5fe1f4ee630a83196a7a7bf5a03a81036bb5.tar.bz2 |
gh-89313: Add hashlib.file_digest to whatsnew 3.11 (GH-95965)
Automerge-Triggered-By: GH:pablogsal
(cherry picked from commit 0b329f4f03b3e2d603cf81c39e7c9d83da123717)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 6c8f791..99cf77d 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -592,6 +592,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 ---------------- |