simplify

tests/slice.py

23:929af7341cec
2006-07-23 paulb Made tests usable for annotation purposes.
     1 a[x:y]     2 a[x:]     3 a[:x]     4 p[q:r] = s     5 p[q:] = s     6 p[:q] = s