Skip to content

Commit b5aaa6e

Browse files
bityobmiss-islington
authored andcommitted
[3.12] pythongh-96747: Mention the PyPI passlib package in the crypt deprecation doc (pythonGH-106660) (pythonGH-106660)
* Added mention to passlib package as alternative to the deprecated crypt module. (cherry picked from commit ec7b05a) Co-authored-by: Yonatan Bitton <[email protected]>
1 parent 81a5bcf commit b5aaa6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/crypt.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
The :mod:`crypt` module is deprecated
2121
(see :pep:`PEP 594 <594#crypt>` for details and alternatives).
2222
The :mod:`hashlib` module is a potential replacement for certain use cases.
23+
The `passlib <https://pypi.org/project/passlib/>`_ package can replace all use cases of this module.
2324

2425
--------------
2526

0 commit comments

Comments
 (0)