https://github.com/python/cpython/commit/a64c9488ac3864e570c07cbc1875601747f3b951
commit: a64c9488ac3864e570c07cbc1875601747f3b951
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2025-08-09T13:42:25+01:00
summary:

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

Co-authored-by: tobiasjcat <70606111+tobiasj...@users.noreply.github.com>
Co-authored-by: Senthil Kumaran <sent...@python.org>

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