]> granicus.if.org Git - python/commit
add minimal test of exception use. verify that each exception can be
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 20 Jun 2000 18:52:57 +0000 (18:52 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 20 Jun 2000 18:52:57 +0000 (18:52 +0000)
commit56c807d318954222bb67167477d98eafb6b85d81
tree758ad9fea52b583200b03499bcd62e30b584e2be
parent2d15d9d8696b938bffb24c04fc6cb24259c55f80
add minimal test of exception use.  verify that each exception can be
raised, caught, and converted to a string.
Lib/test/test_exceptions.py