[Patches] [Patch #102630] Don't raise TypeError from isinstance

noreply@sourceforge.net noreply@sourceforge.net
Mon, 4 Dec 2000 07:48:04 -0800


Patch #102630 has been updated. 

Project: python
Category: core (C code)
Status: Closed
Submitted by: nascheme
Assigned to : nascheme
Summary: Don't raise TypeError from isinstance

Follow-Ups:

Date: 2000-Dec-03 09:52
By: nascheme

Comment:
Be more permissive about what types of arguments
isinstance() takes.  Clarify exception message.  Fixes bug
#124106.  Assigned to Guido because he checked in the abstrace_issubclass code.
-------------------------------------------------------

Date: 2000-Dec-04 07:17
By: gvanrossum

Comment:
OK, Neil, go ahead and check it in.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102630&group_id=5470