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

gh-109975: Document crypt_r as a possible replacement of crypt #118439

Merged
merged 1 commit into from
Apr 30, 2024
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
@@ -1437,7 +1437,10 @@ PEP 594: dead batteries
* :pypi:`argon2-cffi`:
The secure Argon2 password hashing algorithm.
* :pypi:`legacycrypt`:
Wrapper to the POSIX crypt library call and associated functionality.
:mod:`ctypes` wrapper to the POSIX crypt library call and associated functionality.
* :pypi:`crypt_r`:
Fork of the :mod:`!crypt` module, wrapper to the :manpage:`crypt_r(3)` library
call and associated functionality.

(Contributed by Victor Stinner in :gh:`104773`.)

Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.