From ec7b05a0bebb2cc2ec42bf00cde2b66145880459 Mon Sep 17 00:00:00 2001
From: Yonatan Bitton <bityob@gmail.com>
Date: Thu, 13 Jul 2023 00:58:51 +0300
Subject: [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.
---
 Doc/library/crypt.rst | 1 +
 1 file changed, 1 insertion(+)

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.
 
 --------------
 
-- 
cgit v0.12