]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Modernize code by using isinstance() instead of type() checks
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 24 Apr 2003 17:04:45 +0000 (17:04 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 24 Apr 2003 17:04:45 +0000 (17:04 +0000)
commit4f237b6870bc856e2af5f23e524a9d32cd42e027
treef01047df2d380d32bce83dce2638ae196e97fe41
parent64b3c830d44aaeac8de85067113b03bc62a92957
Modernize code by using isinstance() instead of type() checks
Demo/classes/Rat.py