mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
gh-109975: Document crypt_r as a possible replacement of crypt (#118439)
This commit is contained in:
parent
d7ac427a79
commit
f7747f73a9
1 changed files with 4 additions and 1 deletions
|
|
@ -1437,7 +1437,10 @@ PEP 594: dead batteries
|
||||||
* :pypi:`argon2-cffi`:
|
* :pypi:`argon2-cffi`:
|
||||||
The secure Argon2 password hashing algorithm.
|
The secure Argon2 password hashing algorithm.
|
||||||
* :pypi:`legacycrypt`:
|
* :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`.)
|
(Contributed by Victor Stinner in :gh:`104773`.)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue