Skip to content

Commit f7747f7

Browse files
authored
gh-109975: Document crypt_r as a possible replacement of crypt (#118439)
1 parent d7ac427 commit f7747f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/whatsnew/3.13.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,10 @@ PEP 594: dead batteries
14371437
* :pypi:`argon2-cffi`:
14381438
The secure Argon2 password hashing algorithm.
14391439
* :pypi:`legacycrypt`:
1440-
Wrapper to the POSIX crypt library call and associated functionality.
1440+
:mod:`ctypes` wrapper to the POSIX crypt library call and associated functionality.
1441+
* :pypi:`crypt_r`:
1442+
Fork of the :mod:`!crypt` module, wrapper to the :manpage:`crypt_r(3)` library
1443+
call and associated functionality.
14411444

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

0 commit comments

Comments
 (0)