diff options
author | Guido van Rossum <guido@python.org> | 1995-02-13 14:39:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-02-13 14:39:19 (GMT) |
commit | 42e193605d719a8400166c3e3917a9450b20bb91 (patch) | |
tree | 7bf6a537784fab351ebf0a4d98f74304133903b9 /Lib | |
parent | 38862dfe22f5b4a5e27fc0d4d0f6dfd7f2f7ec34 (diff) | |
download | cpython-42e193605d719a8400166c3e3917a9450b20bb91.zip cpython-42e193605d719a8400166c3e3917a9450b20bb91.tar.gz cpython-42e193605d719a8400166c3e3917a9450b20bb91.tar.bz2 |
add class exceptions
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/testall.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.out b/Lib/test/testall.out index 709580c..e69df95 100644 --- a/Lib/test/testall.out +++ b/Lib/test/testall.out @@ -48,6 +48,7 @@ test_opcodes 2. Opcodes XXX Not yet fully implemented 2.1 try inside for loop +2.2 raise class exceptions test_operations 3. Operations XXX Not yet implemented |