Skip to content

Commit

Permalink
Add 'The Python 2.3 Method Resolution Order' (python#116435)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Apr 15, 2024
1 parent 57bdb75 commit 7d0be7a
Show file tree
Hide file tree
Showing 8 changed files with 679 additions and 11 deletions.
3 changes: 1 addition & 2 deletions Doc/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,7 @@ Glossary

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

module
Expand Down
1 change: 1 addition & 0 deletions Doc/howto/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Currently, the HOWTOs are:
annotations.rst
isolating-extensions.rst
timerfd.rst
mro.rst

Loading

0 comments on commit 7d0be7a

Please sign in to comment.