Skip to content
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

Fix references to methods attr #26806

Merged
merged 5 commits into from
Apr 5, 2022

Conversation

akulakov
Copy link
Contributor

No description provided.

@@ -93,7 +93,7 @@ The :mod:`crypt` module defines the following functions:
may be available on all platforms), or a full encrypted password
including salt, as returned by this function. If *salt* is not
provided, the strongest method will be used (as returned by
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If methods is not a function, do we need the wording as returned by ? We usually use return for results of functions and methods. Am assuming due diligence, that methods is actually an attribute, not a method, therefore someone else can confirm on this.

@akulakov
Copy link
Contributor Author

akulakov commented Jun 22, 2021 via email

@akulakov
Copy link
Contributor Author

@JelleZijlstra JelleZijlstra self-assigned this Apr 2, 2022
@JelleZijlstra JelleZijlstra added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Apr 2, 2022
Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@JelleZijlstra JelleZijlstra merged commit cae0f5d into python:main Apr 5, 2022
@miss-islington
Copy link
Contributor

Thanks @akulakov for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-bot
Copy link

GH-32324 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed needs backport to 3.10 only security fixes needs backport to 3.9 only security fixes labels Apr 5, 2022
@bedevere-bot
Copy link

GH-32325 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 Apr 5, 2022
Co-authored-by: Jelle Zijlstra <[email protected]>
(cherry picked from commit cae0f5d)

Co-authored-by: andrei kulakov <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 5, 2022
Co-authored-by: Jelle Zijlstra <[email protected]>
(cherry picked from commit cae0f5d)

Co-authored-by: andrei kulakov <[email protected]>
@akulakov
Copy link
Contributor Author

akulakov commented Apr 5, 2022

@JelleZijlstra thanks for reviewing!

@akulakov akulakov deleted the Fix-reference-methods-crypt-doc branch April 5, 2022 02:57
miss-islington added a commit that referenced this pull request Apr 5, 2022
Co-authored-by: Jelle Zijlstra <[email protected]>
(cherry picked from commit cae0f5d)

Co-authored-by: andrei kulakov <[email protected]>
miss-islington added a commit that referenced this pull request Apr 5, 2022
Co-authored-by: Jelle Zijlstra <[email protected]>
(cherry picked from commit cae0f5d)

Co-authored-by: andrei kulakov <[email protected]>
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
Co-authored-by: Jelle Zijlstra <[email protected]>
(cherry picked from commit cae0f5d)

Co-authored-by: andrei kulakov <[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 issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants