summaryrefslogtreecommitdiffstats
path: root/Doc/library/crypt.rst
diff options
context:
space:
mode:
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>2022-05-13 19:54:12 (GMT)
committerGitHub <noreply@github.com>2022-05-13 19:54:12 (GMT)
commit9f68dab3d327335b938046c50b4f09944e993cc8 (patch)
tree413e81f2a44f6b9ddeb90dacf0ec69e60ebf6611 /Doc/library/crypt.rst
parent7e46ae33bd522cf8331052c3c8835f9366599d8d (diff)
downloadcpython-9f68dab3d327335b938046c50b4f09944e993cc8.zip
cpython-9f68dab3d327335b938046c50b4f09944e993cc8.tar.gz
cpython-9f68dab3d327335b938046c50b4f09944e993cc8.tar.bz2
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
Diffstat (limited to 'Doc/library/crypt.rst')
-rw-r--r--Doc/library/crypt.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/crypt.rst b/Doc/library/crypt.rst
index 3189ece..e795f10 100644
--- a/Doc/library/crypt.rst
+++ b/Doc/library/crypt.rst
@@ -17,7 +17,9 @@
pair: cipher; DES
.. deprecated:: 3.11
- The :mod:`crypt` module is deprecated (see :pep:`594` for details).
+ 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.
--------------