simplify

tests/slice.py

16:c227a822ddc7
2006-07-15 paulb Added annotation notes.
     1 a[x:y]     2 a[x:]     3 a[:x]     4 p[q:r] = s     5 p[q:] = s     6 p[:q] = s