[3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435) (#117885)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2024-04-15 14:14:16 +03:00 committed by GitHub
parent 50b94b150e
commit a844e83b06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 679 additions and 12 deletions

View file

@ -14340,7 +14340,7 @@ topics = {'assert': 'The "assert" statement\n'
'a common ancestor. Additional details on the C3 MRO used by Python '
'can\n'
'be found in the documentation accompanying the 2.3 release at\n'
'https://www.python.org/download/releases/2.3/mro/.\n'
'https://docs.python.org/3/howto/mro.html.\n'
'\n'
'When a class attribute reference (for class "C", say) would yield '
'a\n'