Skip to content

Commit 1d27713

Browse files
committed
[3.12] Add 'The Python 2.3 Method Resolution Order' (pythonGH-116435)
(cherry picked from commit 7d0be7a) Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent a00dd31 commit 1d27713

File tree

8 files changed

+681
-11
lines changed

8 files changed

+681
-11
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,7 @@ Glossary
799799

800800
method resolution order
801801
Method Resolution Order is the order in which base classes are searched
802-
for a member during lookup. See `The Python 2.3 Method Resolution Order
803-
<https://www.python.org/download/releases/2.3/mro/>`_ for details of the
802+
for a member during lookup. See :ref:`python_2.3_mro` for details of the
804803
algorithm used by the Python interpreter since the 2.3 release.
805804

806805
module

Doc/howto/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ Currently, the HOWTOs are:
3232
perf_profiling.rst
3333
annotations.rst
3434
isolating-extensions.rst
35+
timerfd.rst
36+
timerfd.rst
37+
mro.rst
3538

0 commit comments

Comments
 (0)