fix for slices which have been screwed up in a few previous commits... again...

This commit is contained in:
Dave Halter
2014-04-22 10:21:15 +02:00
parent 2a0423302c
commit 70efa159f2
2 changed files with 1 additions and 3 deletions

View File

@@ -107,4 +107,4 @@ b[1]
# strange slice
z = sorted([1], key = lambda x : x):
#? int()
z
z[0]