Skip to content
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
Expand Up @@ -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`.)

Expand Down