8000 [3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435) (#117… · python/cpython@a844e83 · GitHub
[go: up one dir, main page]

Skip to content

Commit a844e83

Browse files
authored
[3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435) (#117885)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 50b94b1 commit a844e83

File tree

8 files changed

+679
-12
lines changed

8 files changed

+679
-12
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Currently, the HOWTOs are:
3232
perf_profiling.rst
3333
annotations.rst
3434
isolating-extensions.rst
35-
35+
mro.rst

0 commit comments

Comments
 (0)
0