[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:
Yonatan Bitton 2023-07-13 00:58:51 +03:00 committed by GitHub
parent 6de9cffcd3
commit ec7b05a0be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
--------------