Skip to content

[3.10] bpo-47040: improve document of checksum functions (GH-31955) #32002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from Mar 20, 2022
Merged

[3.10] bpo-47040: improve document of checksum functions (GH-31955) #32002

merged 3 commits into from Mar 20, 2022

Conversation

ghost
Copy link

@ghost ghost commented Mar 20, 2022

This PR removes the code polish.

https://bugs.python.org/issue47040

Ma Lin and others added 2 commits March 20, 2022 12:32
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 <[email protected]>
@bedevere-bot bedevere-bot added the docs Documentation in the Doc dir label Mar 20, 2022
@ghost ghost changed the title [3.10]bpo-47040: improve document of checksum functions (GH-31955) [3.10] bpo-47040: improve document of checksum functions (GH-31955) Mar 20, 2022
@gpshead gpshead added the needs backport to 3.9 only security fixes label Mar 20, 2022
@gpshead gpshead merged commit 6d290d5 into python:3.10 Mar 20, 2022
@miss-islington
Copy link
Contributor

Thanks @animalize for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-32004 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 20, 2022
) (pythonGH-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 <[email protected]>
(cherry picked from commit 6d290d5)

Co-authored-by: Ma Lin <[email protected]>
miss-islington added a commit that referenced this pull request Mar 20, 2022
…H-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 <[email protected]>
(cherry picked from commit 6d290d5)

Co-authored-by: Ma Lin <[email protected]>
@ghost ghost deleted the checksum_doc_310 branch March 20, 2022 07:31
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
) (pythonGH-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 <[email protected]>
(cherry picked from commit 6d290d5)

Co-authored-by: Ma Lin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants