commit | 4d9a823cb64a7ed95b2bf356322362ca91b00ea0 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Feb 24 23:30:43 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Feb 24 23:30:43 2009 +0000 |
tree | 2aa7360b8da214b15b485c731c54915eab6a10be | |
parent | 886687dcda94bfb4b1c5bd1c5152ef91011a9c1c [diff] |
Refine docs for super() noting that sibling classes can be called, not just parents. Add a comparison to getattr() which has the same search order but also includes the type itself.