Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/howto/mro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Python 2.3 Method Resolution Order
The Method Resolution Order discussed here was *introduced* in Python 2.3,
but it is still used in later versions -- including Python 3.

By `Michele Simionato <https://www.phyast.pitt.edu/~micheles/>`__.
By `Michele Simionato <http://www.phyast.pitt.edu/~micheles/>`__.

@StanFromIreland StanFromIreland Jun 24, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@micheles is this a temporary configuration issue? Please let us know how you prefer to be credited. We could link to your GitHub page instead?


:Abstract:

Expand Down
Loading