From 5eae9bfeb943113571f148df17f1bcd1192c9168 Mon Sep 17 00:00:00 2001 From: ByteFlow Date: Tue, 28 Apr 2026 11:45:50 +0800 Subject: [PATCH 1/2] Fix URL in author attribution for MRO documentation --- Doc/howto/mro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/mro.rst b/Doc/howto/mro.rst index 0872bedcd3a2d3..e45ea52a4eddef 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: From 6e7aa7ac921388fd8a6cf6419ef8a0f46704a759 Mon Sep 17 00:00:00 2001 From: Ivy Xu Date: Sun, 28 Jun 2026 20:24:02 +0800 Subject: [PATCH 2/2] Link to Michele's GitHub page --- Doc/howto/mro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/mro.rst b/Doc/howto/mro.rst index e45ea52a4eddef..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 `__. +By `Michele Simionato `__. :Abstract: