]> granicus.if.org Git - python/commitdiff
Another has_key reference bites the dust.
authorGuido van Rossum <guido@python.org>
Sat, 19 Aug 2006 16:14:31 +0000 (16:14 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 19 Aug 2006 16:14:31 +0000 (16:14 +0000)
Lib/test/output/test_operations

index 8a1bc2a229c00cb73bfde2197d8facbed0f03d59..309cd5bcc699ecb6855183980b31f218ed7e77c9 100644 (file)
@@ -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