From: Pranav Choudhary Date: Mon, 20 Jul 2026 04:54:04 +0000 (+0530) Subject: gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8042329b6bb2472b16645c559e4223486b85965;p=thirdparty%2FPython%2Fcpython.git gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (#154047) --- diff --git a/Doc/library/secrets.rst b/Doc/library/secrets.rst index 3b5b57fb1c21..842e8c512def 100644 --- a/Doc/library/secrets.rst +++ b/Doc/library/secrets.rst @@ -137,7 +137,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.