https://github.com/python/cpython/commit/50461821fbc608b47f5cdfac1d6d39f84bf34984
commit: 50461821fbc608b47f5cdfac1d6d39f84bf34984
branch: 3.14
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2025-08-09T03:31:29Z
summary:

[3.14] gh-137499: Fixed dead link to NIST website (GH-137500) (#137502)

gh-137499: Fixed dead link to NIST website (GH-137500)
(cherry picked from commit 3c1471d971ea2759d9de76e22230cd71cf4b7a07)

Co-authored-by: tobiasjcat <70606111+tobiasj...@users.noreply.github.com>

files:
M Doc/library/time.rst

diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index df9be68bf4f69d..b05c0a312dbe34 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -935,7 +935,7 @@ These constants are used as parameters for 
:func:`clock_getres` and
 
 .. data:: CLOCK_TAI
 
-   `International Atomic Time 
<https://www.nist.gov/pml/time-and-frequency-division/nist-time-frequently-asked-questions-faq#tai>`_
+   `International Atomic Time 
<https://www.nist.gov/pml/time-and-frequency-division/how-utcnist-related-coordinated-universal-time-utc-international>`_
 
    The system must have a current leap second table in order for this to give
    the correct answer.  PTP or NTP software can maintain a leap second table.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to