Skip to content

Commit

Permalink
[3.12] gh-96747: Mention the PyPI passlib package in the crypt de…
Browse files Browse the repository at this point in the history
…precation doc (GH-106660) (#106660)

* Added mention to passlib package as alternative to the deprecated crypt module.
  • Loading branch information
bityob committed Jul 12, 2023
1 parent 6de9cff commit ec7b05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Doc/library/crypt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

--------------

Expand Down

0 comments on commit ec7b05a

Please sign in to comment.