Walter Dörwald
d9a6ad3beb
Enhance issubclass() and PyObject_IsSubclass() so that a tuple is
...
supported as the second argument. This has the same meaning as
for isinstance(), i.e. issubclass(X, (A, B)) is equivalent
to issubclass(X, A) or issubclass(X, B). Compared to isinstance(),
this patch does not search the tuple recursively for classes, i.e.
any entry in the tuple that is not a class, will result in a
TypeError.
This closes SF patch #649608 .
2002-12-12 16:41:44 +00:00
..
2001-07-26 13:41:06 +00:00
2002-12-12 16:41:44 +00:00
2002-11-10 14:33:26 +00:00
2002-11-21 23:53:25 +00:00
2002-12-11 14:04:59 +00:00
2002-06-14 20:41:17 +00:00
2002-06-11 06:22:31 +00:00
2002-01-23 15:51:12 +00:00
2001-11-28 20:42:20 +00:00
2002-11-02 20:58:05 +00:00
2001-11-28 20:42:20 +00:00
2002-02-11 16:21:00 +00:00
2001-11-28 20:42:20 +00:00
2002-02-26 11:41:34 +00:00
2000-09-01 23:29:29 +00:00
2002-08-26 21:20:30 +00:00
2002-12-11 14:04:59 +00:00
2002-12-06 12:48:53 +00:00
2001-07-26 13:41:06 +00:00
2002-08-15 14:59:02 +00:00
2002-06-30 15:26:10 +00:00
2002-12-11 14:04:59 +00:00
2002-11-21 20:23:11 +00:00
2000-09-05 04:40:39 +00:00
2002-02-27 13:29:46 +00:00
2000-09-01 23:29:29 +00:00
2001-07-26 13:41:06 +00:00
2000-11-03 08:18:37 +00:00
2000-09-01 23:29:29 +00:00
2001-11-28 20:42:20 +00:00
2002-08-04 17:29:52 +00:00
2001-07-26 13:41:06 +00:00
2002-12-06 12:48:53 +00:00
2002-08-26 21:15:11 +00:00
2002-02-26 11:41:34 +00:00
2002-11-26 09:05:36 +00:00
2002-07-30 11:44:44 +00:00
2000-09-01 23:29:29 +00:00
2002-08-14 20:57:56 +00:00
2001-12-21 16:32:15 +00:00
2000-09-01 23:29:29 +00:00
2001-07-26 13:41:06 +00:00
2002-11-08 12:53:11 +00:00
2002-12-11 14:04:59 +00:00
2000-09-01 23:29:29 +00:00
2001-11-28 20:42:20 +00:00
2001-07-26 13:41:06 +00:00
2001-12-04 16:23:42 +00:00
2001-12-10 00:53:18 +00:00
2002-10-08 02:44:31 +00:00
2002-06-11 06:22:31 +00:00
2002-01-19 22:02:55 +00:00
2002-01-19 22:02:55 +00:00
2002-01-19 22:02:55 +00:00
2002-01-19 22:02:55 +00:00
2002-02-28 21:34:34 +00:00
2002-12-04 12:29:37 +00:00
2002-01-19 22:02:55 +00:00
2002-12-11 13:12:30 +00:00
2002-01-19 22:02:55 +00:00
2002-01-19 22:02:55 +00:00
2001-10-16 21:13:49 +00:00
2002-07-19 06:55:41 +00:00
2002-08-15 14:59:02 +00:00