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
bpo-42982: update pbkdf2 example & add another link #30966
Conversation
along with a comment telling people to read the docs instead of blindly copy and pasting a value.
Really like these changes, thanks! |
Oh, one thing I might recommend would be to link directly to Thomas Pornin's answer directly on that page. |
I waffled on whether to do that or not - in the end I think it's best for people to start from the top for more context. that top answer isn't likely to go away without someone somehow writing something even better. mostly i'm just happy for us not to explain this in our own docs. :) |
@gpshead: Status check is done, and it's a success |
Sorry, I can't merge this PR. Reason: |
@gpshead: Status check is done, and it's a success |
Thanks @gpshead for the PR |
GH-30968 is a backport of this pull request to the 3.10 branch. |
Automerge-Triggered-By: GH:gpshead (cherry picked from commit ace0aa2) Co-authored-by: Gregory P. Smith <greg@krypto.org>
https://bugs.python.org/issue42982
Automerge-Triggered-By: GH:gpshead