https://github.com/python/cpython/commit/1db0c662460152384d5d0d1e04b6c4238c35becb
commit: 1db0c662460152384d5d0d1e04b6c4238c35becb
branch: 3.15
author: Miss Islington (bot) <[email protected]>
committer: StanFromIreland <[email protected]>
date: 2026-06-29T09:35:46Z
summary:

[3.15] gh-148909: Fix broken author attribution URL in 'The Python 2.3 Method 
Resolution Order' doc (GH-149092) (#152571)

(cherry picked from commit 7aae0e58b7c02cefd3e13b0d1b65b4ef5cb2b57e)

Co-authored-by: Ivy Xu <[email protected]>

files:
M Doc/howto/mro.rst

diff --git a/Doc/howto/mro.rst b/Doc/howto/mro.rst
index 0872bedcd3a2d3..72cc311e30d669 100644
--- a/Doc/howto/mro.rst
+++ b/Doc/howto/mro.rst
@@ -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 <https://github.com/micheles>`__.
 
 :Abstract:
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to