summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2006-08-19 16:14:31 (GMT)
committerGuido van Rossum <guido@python.org>2006-08-19 16:14:31 (GMT)
commitcef3a1c1464f013c763f1a2447d15502288451ca (patch)
tree3e46c6a4443a192a26de90ca049de2d6f74a7465 /Lib/test/output
parent93662417e9253ed87eb94f0b7b51491bfcca3eed (diff)
downloadcpython-cef3a1c1464f013c763f1a2447d15502288451ca.zip
cpython-cef3a1c1464f013c763f1a2447d15502288451ca.tar.gz
cpython-cef3a1c1464f013c763f1a2447d15502288451ca.tar.bz2
Another has_key reference bites the dust.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_operations2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/output/test_operations b/Lib/test/output/test_operations
index 8a1bc2a..309cd5b 100644
--- a/Lib/test/output/test_operations
+++ b/Lib/test/output/test_operations
@@ -9,8 +9,6 @@ z = d[x2]: caught the RuntimeError outside
raising error
x2 in d: caught the RuntimeError outside
raising error
-d.has_key(x2): caught the RuntimeError outside
-raising error
d.get(x2): caught the RuntimeError outside
raising error
d.setdefault(x2, 42): caught the RuntimeError outside