FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-109975: Document crypt_r as a possible replacement of crypt by hroncok · Pull Request #118439 · python/cpython · GitHub

/ cpython Public
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .rst  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
5 changes: 4 additions & 1 deletion Doc/whatsnew/3.13.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL