Somehow forgot about subscriptlist. Just ignore those for now.

Fixes #1010.
This commit is contained in:
Dave Halter
2018-03-18 17:24:45 +01:00
parent 6042706922
commit 5c06d9871a
2 changed files with 4 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ b[int():]
#? list()
b[:]
#?
b[:, 1]
class _StrangeSlice():
def __getitem__(self, sliced):