From: Guido van Rossum Date: Mon, 13 Feb 1995 14:39:19 +0000 (+0000) Subject: add class exceptions X-Git-Tag: v1.2b3~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42e193605d719a8400166c3e3917a9450b20bb91;p=thirdparty%2FPython%2Fcpython.git add class exceptions --- diff --git a/Lib/test/testall.out b/Lib/test/testall.out index 709580c932f6..e69df95d1450 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