Staging
v0.5.1
Revision 5f8b12f27e1cce4ff7e5fd3594a83855db350784 authored by Guido van Rossum on 10 April 2000, 13:03:19 UTC, committed by Guido van Rossum on 10 April 2000, 13:03:19 UTC
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'
1 parent 5db862d
History
File Mode Size
BeOS
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.hgtags -rw-r--r-- 1.5 KB
Makefile.in -rw-r--r-- 17.9 KB
README -rw-r--r-- 36.3 KB
acconfig.h -rw-r--r-- 4.9 KB
config.h.in -rw-r--r-- 14.1 KB
configure -rwxr-xr-x 149.0 KB
configure.in -rw-r--r-- 28.2 KB
install-sh -rwxr-xr-x 2.2 KB

README

back to top