mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Another has_key reference bites the dust.
This commit is contained in:
parent
93662417e9
commit
cef3a1c146
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue