]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) (GH-9971)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Oct 2018 23:20:56 +0000 (16:20 -0700)
committerVictor Stinner <vstinner@redhat.com>
Fri, 19 Oct 2018 23:20:56 +0000 (01:20 +0200)
commit23efe77acf0dce513d7b7cab5523c061bb006b60
tree95daf0fde5a62d0e4e7c6b008a30f1803acdf606
parent4ec9f64e07c8f397ad6699f8b99843846c219588
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) (GH-9971)

(cherry picked from commit f192aeb95a139ede74d69e39c046c498ff288a37)

Co-authored-by: Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
Modules/_hashopenssl.c
Modules/clinic/md5module.c.h
Modules/clinic/sha1module.c.h
Modules/clinic/sha256module.c.h
Modules/clinic/sha512module.c.h
Modules/md5module.c
Modules/sha1module.c
Modules/sha256module.c
Modules/sha512module.c