diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-31 19:48:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-31 19:48:52 (GMT) |
commit | 762c1cb3e351ed133055609ce48a3b140665ff37 (patch) | |
tree | b49990bcd9b24eefaadd16a02edcb2116d016759 /Lib/test/output | |
parent | 65faf118b61a14caac332d9f44100502b34b7f98 (diff) | |
download | cpython-762c1cb3e351ed133055609ce48a3b140665ff37.zip cpython-762c1cb3e351ed133055609ce48a3b140665ff37.tar.gz cpython-762c1cb3e351ed133055609ce48a3b140665ff37.tar.bz2 |
Test case to exercise fix for error propogation bug in dictionarys.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_operations | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Lib/test/output/test_operations b/Lib/test/output/test_operations index 2accbd7..32eff3f 100644 --- a/Lib/test/output/test_operations +++ b/Lib/test/output/test_operations @@ -1,3 +1,6 @@ test_operations 3. Operations -XXX Not yet implemented +XXX Mostly not yet implemented +3.1 Dictionary lookups succeed even if __cmp__() raises an exception +raising error +No exception passed through. |