mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.12] gh-96747: Mention the PyPI passlib
package in the crypt
deprecation doc (GH-106660) (#106660)
* Added mention to passlib package as alternative to the deprecated crypt module.
This commit is contained in:
parent
6de9cffcd3
commit
ec7b05a0be
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
The :mod:`crypt` module is deprecated
|
||||
(see :pep:`PEP 594 <594#crypt>` for details and alternatives).
|
||||
The :mod:`hashlib` module is a potential replacement for certain use cases.
|
||||
The `passlib <https://pypi.org/project/passlib/>`_ package can replace all use cases of this module.
|
||||
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue