]> granicus.if.org Git - python/commit
Add some more basic tests to validate the argument checking of
authorGuido van Rossum <guido@python.org>
Wed, 12 Jun 2002 19:57:18 +0000 (19:57 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Jun 2002 19:57:18 +0000 (19:57 +0000)
commitaa6a664bbbfc611cf0131b954b715b4c917dc78c
tree46c1f52ac0c31ce7d5f256dcd149c376d99ab0f5
parent24e4af8c729dd2905e3025415338179b95bf3986
Add some more basic tests to validate the argument checking of
settimeout(), test settimeout(None), and the interaction between
settimeout() and setblocking().
Lib/test/test_timeout.py