commit | b3f2d4c8bab52573605c96c809a1e2162eee9d7e | [log] [tgz] |
---|---|---|
author | Ma Lin <animalize@users.noreply.github.com> | Sun Mar 20 05:42:04 2022 +0800 |
committer | GitHub <noreply@github.com> | Sat Mar 19 14:42:04 2022 -0700 |
tree | d5480532a4b6540056b4adc51798a62b430e922d | |
parent | 82e9b0bb0ac44d4942b9e01b2cdd2ca85c17e563 [diff] |
bpo-47040: improve document of checksum functions (gh-31955) 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>