fixed statement parsing problem of list slicing

This commit is contained in:
David Halter
2012-10-09 15:01:32 +02:00
parent 0e352e225f
commit fc861313ce
2 changed files with 4 additions and 2 deletions

View File

@@ -30,6 +30,9 @@ b[8-7]
#? list()
b[8:]
#? list()
b[int():]
# -----------------
# iterable multiplication