forked from VimPlug/jedi
Don't catch IndexError where we don't have to
This commit is contained in:
@@ -29,6 +29,9 @@ b = [6,7]
|
||||
|
||||
#? int()
|
||||
b[8-7]
|
||||
# Something unreasonable:
|
||||
#?
|
||||
b['']
|
||||
|
||||
# -----------------
|
||||
# Slices
|
||||
|
||||
Reference in New Issue
Block a user