]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
delattr() can raise AttributeError, not KeyError.
authorGuido van Rossum <guido@python.org>
Tue, 20 Aug 1996 20:25:08 +0000 (20:25 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 Aug 1996 20:25:08 +0000 (20:25 +0000)
commit63f0cf084077bdfe165a899175deca24a0f783e5
tree54f828e201301ea1dd02f010e5b6eae3bae3c780
parent422869a75ca4e56b89895da7c25369b6b6d9dbec
delattr() can raise AttributeError, not KeyError.
Use keyword arg to set verbose flag in test func.
Lib/rexec.py