mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Incorporated Jan-Hein's changes and texinfo conversion.
This commit is contained in:
parent
2a7178efe1
commit
95cd2ef162
17 changed files with 4681 additions and 19 deletions
|
@ -2527,8 +2527,8 @@ left-to-right. Thus, if an attribute is not found in
|
|||
(recursively) in the base classes of \verb\Base1\, and only if it is
|
||||
not found there, it is searched in \verb\Base2\, and so on.
|
||||
|
||||
(To some people breadth first --- searching \verb\Base2\ and
|
||||
\verb\Base3\ before the base classes of \verb\Base1\ --- looks more
|
||||
(To some people breadth first---searching \verb\Base2\ and
|
||||
\verb\Base3\ before the base classes of \verb\Base1\---looks more
|
||||
natural. However, this would require you to know whether a particular
|
||||
attribute of \verb\Base1\ is actually defined in \verb\Base1\ or in
|
||||
one of its base classes before you can figure out the consequences of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue