From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:35:29 +0000 (+0200) Subject: [3.14] gh-148909: Fix broken author attribution URL in 'The Python 2.3 Method Resolut... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a10a29809b317cfd17a3199d090125b52c2c15;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-148909: Fix broken author attribution URL in 'The Python 2.3 Method Resolution Order' doc (GH-149092) (#152572) (cherry picked from commit 7aae0e58b7c02cefd3e13b0d1b65b4ef5cb2b57e) Co-authored-by: Ivy Xu --- diff --git a/Doc/howto/mro.rst b/Doc/howto/mro.rst index 0872bedcd3a2..72cc311e30d6 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 `__. +By `Michele Simionato `__. :Abstract: