https://github.com/python/cpython/commit/f7747f73a9d9b9b1661c1a69cd8d934d56bbd3b3
commit: f7747f73a9d9b9b1661c1a69cd8d934d56bbd3b3
branch: main
author: Miro HronĨok <[email protected]>
committer: hugovk <[email protected]>
date: 2024-04-30T21:25:25+03:00
summary:

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

files:
M Doc/whatsnew/3.13.rst

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 98349a5984bb7e..a9a7e485dd2bac 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -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`.)
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to