]> granicus.if.org Git - python/commit
Modernize code a bit: use isinstance instead of type(); return True/False
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 2 Sep 2003 11:52:06 +0000 (11:52 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 2 Sep 2003 11:52:06 +0000 (11:52 +0000)
commitf19f8610faa2119b14b9af72415f450e3ab7a1d3
treec3c8dd09e936e53e91aecec5897464552a174eba
parent0ec5288d09e2ac3652c8a88f644417629ed1e759
Modernize code a bit: use isinstance instead of type(); return True/False
Lib/curses/has_key.py