From: Guido van Rossum Date: Sat, 19 Aug 2006 16:14:31 +0000 (+0000) Subject: Another has_key reference bites the dust. X-Git-Tag: v3.0a1~1382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cef3a1c1464f013c763f1a2447d15502288451ca;p=python Another has_key reference bites the dust. --- diff --git a/Lib/test/output/test_operations b/Lib/test/output/test_operations index 8a1bc2a229..309cd5bcc6 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