1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tests/slice.py Tue Jul 11 00:53:56 2006 +0200 1.3 @@ -0,0 +1,6 @@ 1.4 +a[x:y] 1.5 +a[x:] 1.6 +a[:x] 1.7 +p[q:r] = s 1.8 +p[q:] = s 1.9 +p[:q] = s