From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:24:26 +0000 (+0200) Subject: [3.14] gh-154046: docs: fix dead link to codahale timing attacks article in secrets... X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=2a1f381f696c46791b10063d4cfea7e00f1431fe;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (#154214) 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 --- diff --git a/Doc/library/secrets.rst b/Doc/library/secrets.rst index e266849918a8..6d708d1f713f 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.