From 6c70e4672df5d9809be83884e05935c0396f4f7c Mon Sep 17 00:00:00 2001 From: Pranav Choudhary Date: Mon, 20 Jul 2026 10:24:04 +0530 Subject: [PATCH] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (cherry picked from commit e8042329b6bb2472b16645c559e4223486b85965) Co-authored-by: Pranav Choudhary --- Doc/library/secrets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/secrets.rst b/Doc/library/secrets.rst index e266849918a80b5..6d708d1f713f9d6 100644 --- a/Doc/library/secrets.rst +++ b/Doc/library/secrets.rst @@ -139,7 +139,7 @@ Other functions :term:`bytes-like objects ` *a* and *b* are equal, otherwise ``False``, using a "constant-time compare" to reduce the risk of - `timing attacks `_. + `timing attacks `__. See :func:`hmac.compare_digest` for additional details.