]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
use isinstance instead of type. Use bool instead of int for flag.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 21 Aug 2006 16:27:31 +0000 (16:27 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 21 Aug 2006 16:27:31 +0000 (16:27 +0000)
commit79212998a8d46712edcf7c4f3fbaefca05a7b08b
treed52802b58666143b1bbe634bc2f134c121c77cab
parent48563e840b3473977f982c896d9eb7c4a74e4bff
use isinstance instead of type.  Use bool instead of int for flag.
Lib/test/test_support.py