mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
This commit is contained in:
parent
d8f530fe32
commit
6881ea936e
24 changed files with 28 additions and 29 deletions
|
@ -130,7 +130,7 @@ Guidelines":
|
|||
Read the rest of :pep:`1` for the details of the PEP editorial process, style, and
|
||||
format. PEPs are kept in the Python CVS tree on SourceForge, though they're not
|
||||
part of the Python 2.0 distribution, and are also available in HTML form from
|
||||
https://www.python.org/dev/peps/. As of September 2000, there are 25 PEPS, ranging
|
||||
https://peps.python.org/. As of September 2000, there are 25 PEPS, ranging
|
||||
from :pep:`201`, "Lockstep Iteration", to PEP 225, "Elementwise/Objectwise
|
||||
Operators".
|
||||
|
||||
|
|
|
@ -2681,7 +2681,7 @@ these commands by default, as long as, when invoked, they provide clear and
|
|||
simple directions on how to install them on that platform (usually using
|
||||
the system package manager).
|
||||
|
||||
__ https://www.python.org/dev/peps/pep-0477/#disabling-ensurepip-by-downstream-distributors
|
||||
__ https://peps.python.org/pep-0477/#disabling-ensurepip-by-downstream-distributors
|
||||
|
||||
|
||||
Documentation Changes
|
||||
|
|
|
@ -220,7 +220,7 @@ these commands by default, as long as, when invoked, they provide clear and
|
|||
simple directions on how to install them on that platform (usually using
|
||||
the system package manager).
|
||||
|
||||
__ https://www.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors
|
||||
__ https://peps.python.org/pep-0453/#recommendations-for-downstream-distributors
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
|
@ -353,7 +353,7 @@ module:
|
|||
|
||||
The new functions return the number of nanoseconds as an integer value.
|
||||
|
||||
`Measurements <https://www.python.org/dev/peps/pep-0564/#annex-clocks-resolution-in-python>`_
|
||||
`Measurements <https://peps.python.org/pep-0564/#annex-clocks-resolution-in-python>`_
|
||||
show that on Linux and Windows the resolution of :func:`time.time_ns` is
|
||||
approximately 3 times better than that of :func:`time.time`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue