Another has_key reference bites the dust.

This commit is contained in:
Guido van Rossum 2006-08-19 16:14:31 +00:00
parent 93662417e9
commit cef3a1c146
1 changed files with 0 additions and 2 deletions

View 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