File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ definition in ``Include/internal/`` (or directly in a ``.c`` file):
60
60
a macro aliasing the old name to the new one.
61
61
See `"Finalizing the API" in PEP 590 `_ for an example.
62
62
63
- .. _"Finalizing the API" in PEP 590 : https://www .python.org/dev/peps /pep-0590/#finalizing-the-api
63
+ .. _"Finalizing the API" in PEP 590 : https://peps .python.org/pep-0590/#finalizing-the-api
64
64
65
65
66
66
.. _public-capi :
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ Read the following references:
11
11
12
12
* https://docs.python.org/dev/c-api/
13
13
* https://docs.python.org/dev/extending/
14
- * https://www .python.org/dev/peps /pep-0399/
14
+ * https://peps .python.org/pep-0399/
15
15
* https://pythonextensionpatterns.readthedocs.io/en/latest/
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ Full Table of Contents
333
333
334
334
.. _Buildbot status : https://www.python.org/dev/buildbot/
335
335
.. _Misc directory : https://github.com/python/cpython/tree/main/Misc
336
- .. _PEPs : https://www .python.org/dev/peps /
336
+ .. _PEPs : https://peps .python.org/
337
337
.. _python.org maintenance : https://pythondotorg.readthedocs.io/
338
338
.. _Python : https://www.python.org/
339
339
.. _Core Python Mentorship : https://www.python.org/dev/core-mentorship/
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Your proposed change also needs to be *Pythonic*. While only the Steering
31
31
Council can truly classify something as Pythonic, you can read the `Zen of
32
32
Python `_ for guidance.
33
33
34
- .. _Zen of Python : https://www .python.org/dev/peps /pep-0020/
34
+ .. _Zen of Python : https://peps .python.org/pep-0020/
35
35
36
36
37
37
.. index :: PEP process
@@ -90,7 +90,7 @@ For some examples on language changes that were accepted please read
90
90
91
91
.. _python-ideas : https://mail.python.org/mailman3/lists/python-ideas.python.org/
92
92
.. _issue tracker : https://bugs.python.org
93
- .. _PEP Index : https://www .python.org/dev/peps /
94
- .. _draft PEP : https://www .python.org/dev/peps /pep-0001/
93
+ .. _PEP Index : https://peps .python.org/
94
+ .. _draft PEP : https://peps .python.org/pep-0001/
95
95
.. _Status Quo Wins a Stalemate : https://www.curiousefficiency.org/posts/2011/02/status-quo-wins-stalemate.html
96
96
.. _Justifying Python Language Changes : https://www.curiousefficiency.org/posts/2011/02/justifying-python-language-changes.html
Original file line number Diff line number Diff line change @@ -147,4 +147,4 @@ means that the core developers end up agreeing in general to accepting
147
147
your PEP) then the module will be added to the stdlib once the creators of the
148
148
module sign :ref: `contributor agreements <contributor_agreement >`.
149
149
150
- .. _PEP index : https://www .python.org/dev/peps /
150
+ .. _PEP index : https://peps .python.org/
Original file line number Diff line number Diff line change @@ -630,4 +630,4 @@ Checklist for Triaging
630
630
.. _python-ideas : https://mail.python.org/mailman3/lists/python-ideas.python.org
631
631
.. _release schedule : https://devguide.python.org/#status-of-python-branches
632
632
.. _PSF Code of Conduct : https://www.python.org/psf/conduct/
633
- .. _PEP 3121 : https://www .python.org/dev/peps /pep-3121/
633
+ .. _PEP 3121 : https://peps .python.org/pep-3121/
You can’t perform that action at this time.
0 commit comments