]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)
authorMa Lin <animalize@users.noreply.github.com>
Sun, 20 Mar 2022 06:57:12 +0000 (14:57 +0800)
committerGitHub <noreply@github.com>
Sun, 20 Mar 2022 06:57:12 +0000 (23:57 -0700)
commit6d290d5862375799e997f1192ef56abca4e9182e
tree032d1a79c6d930724f0bdf2832dcc0d6f4f33e4b
parent906f1a4a95e9ca82171a40a28b16533a14fa339c
[3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)

Clarifies a versionchanged note on crc32 & adler32 docs that the workaround is only needed for Python 2 and earlier.
Also cleans up an unnecessary intermediate variable in the implementation.

Authored-By: Ma Lin / animalize
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/binascii.rst
Doc/library/zlib.rst