]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
authorChristian Heimes <christian@python.org>
Tue, 22 Mar 2022 09:37:00 +0000 (11:37 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 09:37:00 +0000 (02:37 -0700)
commit4f97d64c831c94660ceb01f34d51fa236ad968b0
treead8b4e06cddb3112553a98679f3a6b4be6e34606
parent3751b6b030b4a3b88959b4f3c4ef2e58d325e497
bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
Doc/library/hashlib.rst
Lib/hashlib.py
Lib/test/test_hashlib.py
Misc/NEWS.d/next/Library/2022-03-16-11-52-52.bpo-45150.kYbIME.rst [new file with mode: 0644]