mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add 'The Python 2.3 Method Resolution Order' (#116435)
This commit is contained in:
parent
57bdb75975
commit
7d0be7aea5
8 changed files with 679 additions and 11 deletions
|
@ -14422,7 +14422,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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue