]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-148909: Fix broken author attribution URL in 'The Python 2.3 Method Resolut...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jun 2026 09:34:52 +0000 (11:34 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 09:34:52 +0000 (09:34 +0000)
(cherry picked from commit 7aae0e58b7c02cefd3e13b0d1b65b4ef5cb2b57e)

Co-authored-by: Ivy Xu <fakeshadow1337@gmail.com>
Doc/howto/mro.rst

index 0872bedcd3a2d340c2b4fe0c65a66087f183451e..72cc311e30d669c4039b8f613ae447a9ffd1c75a 100644 (file)
@@ -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: