https://github.com/python/cpython/commit/e8042329b6bb2472b16645c559e4223486b85965
commit: e8042329b6bb2472b16645c559e4223486b85965
branch: main
author: Pranav Choudhary <[email protected]>
committer: hugovk <[email protected]>
date: 2026-07-20T06:54:04+02:00
summary:
gh-154046: docs: fix dead link to codahale timing attacks article in
secrets.rst (#154047)
files:
M Doc/library/secrets.rst
diff --git a/Doc/library/secrets.rst b/Doc/library/secrets.rst
index 3b5b57fb1c2170..842e8c512def13 100644
--- a/Doc/library/secrets.rst
+++ b/Doc/library/secrets.rst
@@ -137,7 +137,7 @@ Other functions
:term:`bytes-like objects <bytes-like object>`
*a* and *b* are equal, otherwise ``False``,
using a "constant-time compare" to reduce the risk of
- `timing attacks <https://codahale.com/a-lesson-in-timing-attacks/>`_.
+ `timing attacks
<https://web.archive.org/web/20250815071532/https://codahale.com/a-lesson-in-timing-attacks/>`__.
See :func:`hmac.compare_digest` for additional details.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]