]> granicus.if.org Git - python/commit
Change two occurrences of type(x) <> types.CodeType into
authorGuido van Rossum <guido@python.org>
Wed, 19 Jan 2000 21:57:30 +0000 (21:57 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 19 Jan 2000 21:57:30 +0000 (21:57 +0000)
commit331f19e8948b028113132645cb8a821bfe724410
treedfac55b695ceb5fc8a53d0664396d38fccae6043
parentfca049d952c1e70be02fa0f0512f34d75ee242e2
Change two occurrences of type(x) <> types.CodeType into
isinstance(x, types.CodeType).

Suggested by Finn Bock.
Lib/bdb.py