commit | 7e5c6a02eba1a6f5e93bfa1241ceff39bec9f3c9 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Thu Dec 12 19:14:08 2002 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Thu Dec 12 19:14:08 2002 +0000 |
tree | 503cd8986a6ced722156e1e4eda5accd6e8bc9e8 | |
parent | 1b3b49d1325475bc54743125ee5e519c62fc45f1 [diff] |
Change issubclass() so that recursive tuples (directly or indirectly containing class objects) are allowed as the second argument. This makes issubclass() more similar to isinstance() where recursive tuples are allowed too.