[Python-checkins] python/dist/src/Objects typeobject.c,2.211,2.212

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
2003年2月18日 11:32:55 -0800


Update of /cvsroot/python/python/dist/src/Objects
In directory sc8-pr-cvs1:/tmp/cvs-serv20183/python/Objects
Modified Files:
	typeobject.c 
Log Message:
Removed unreferenced label.
Index: typeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/typeobject.c,v
retrieving revision 2.211
retrieving revision 2.212
diff -C2 -d -r2.211 -r2.212
*** typeobject.c	18 Feb 2003 19:22:22 -0000	2.211
--- typeobject.c	18 Feb 2003 19:32:50 -0000	2.212
***************
*** 5211,5216 ****
 	}
 
! fail:
! 	PyErr_SetString(PyExc_TypeError,
 			"super(type, obj): "
 			"obj must be an instance or subtype of type");
--- 5211,5215 ----
 	}
 
! 	PyErr_SetString(PyExc_TypeError,
 			"super(type, obj): "
 			"obj must be an instance or subtype of type");

AltStyle によって変換されたページ (->オリジナル) /