diff options
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2023-05-02 06:34:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 06:34:44 (GMT) |
commit | 68ed2a2a3f1e715dc10724b0c000ec2fc498d11e (patch) | |
tree | 85c87e27dff1f6564b5b7047a111f18be1d7233b /Doc/whatsnew/3.8.rst | |
parent | 82ba6ce303d04a7b21034e38d220e23ca9f1dc0a (diff) | |
download | cpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.zip cpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.tar.gz cpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.tar.bz2 |
GH-103484: Fix redirected permanently URLs (#104001)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Diffstat (limited to 'Doc/whatsnew/3.8.rst')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 37a6cf2..85e088b 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -2229,7 +2229,7 @@ The benchmarks were measured on an `Intel® Core™ i7-4960HQ processor <https://ark.intel.com/content/www/us/en/ark/products/76088/intel-core-i7-4960hq-processor-6m-cache-up-to-3-80-ghz.html>`_ running the macOS 64-bit builds found at -`python.org <https://www.python.org/downloads/mac-osx/>`_. +`python.org <https://www.python.org/downloads/macos/>`_. The benchmark script displays timings in nanoseconds. |