[3.11] [3.12] gh-96747: Mention the PyPI passlib package in the crypt deprecation doc (GH-106660) (GH-106660) (#106697)

[3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` deprecation doc (GH-106660) (GH-106660)

* Added mention to passlib package as alternative to the deprecated crypt module.
(cherry picked from commit ec7b05a0be)

Co-authored-by: Yonatan Bitton <bityob@gmail.com>
This commit is contained in:
Miss Islington (bot) 2023-07-12 14:59:54 -07:00 committed by GitHub
parent 81a5bcf7ba
commit eac0616df9
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.
--------------