Use isinstance() instead of type() == type() checks.
authorGeorg Brandl <georg@python.org>
Wed, 3 Oct 2012 20:58:04 +0000 (22:58 +0200)
committerGeorg Brandl <georg@python.org>
Wed, 3 Oct 2012 20:58:04 +0000 (22:58 +0200)
commit9367bd2379b3f27d06ce386ba73dc5db289be0ae
tree764d8bdb73718b8b4dc0b8456516b0fc2e98b52c
parent5afff21c212eb07b45b9c6919eedaf3339fa569b
Use isinstance() instead of type() == type() checks.
irkerd