summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/crypt.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/crypt.rst b/Doc/library/crypt.rst
index 740084b..51f9146 100644
--- a/Doc/library/crypt.rst
+++ b/Doc/library/crypt.rst
@@ -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.
--------------