commit | 5f8b12f27e1cce4ff7e5fd3594a83855db350784 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Apr 10 13:03:19 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Apr 10 13:03:19 2000 +0000 |
tree | e22cbef677adea1c62620bf4aff07055ebaf5e8a | |
parent | 5db862dd0cae0077b09a765220bb358e0e129449 [diff] |
Mark Hammond: In line with a similar checkin to object.c a while ago, this patch gives a more descriptive error message for an attribute error on a class instance. The message now looks like: AttributeError: 'Descriptor' instance has no attribute 'GetReturnType'