We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ac427 commit f7747f7Copy full SHA for f7747f7
Doc/whatsnew/3.13.rst
@@ -1437,7 +1437,10 @@ PEP 594: dead batteries
1437
* :pypi:`argon2-cffi`:
1438
The secure Argon2 password hashing algorithm.
1439
* :pypi:`legacycrypt`:
1440
- Wrapper to the POSIX crypt library call and associated functionality.
+ :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.
1444
1445
(Contributed by Victor Stinner in :gh:`104773`.)
1446
0 commit comments