Incorporated Jan-Hein's changes and texinfo conversion.

This commit is contained in:
Guido van Rossum 1992-12-08 14:37:55 +00:00
parent 2a7178efe1
commit 95cd2ef162
17 changed files with 4681 additions and 19 deletions

View file

@ -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