[Python-Dev] Three argument slices.

Finn Bock bckfnn@worldonline.dk
Sat, 04 Nov 2000 16:21:48 GMT


Hi,

While updating the difference page in the Jython documentation, I came
across this:

- JPython sequences support three argument slices. i.e. 
  range(3)[::-1] == [2,1,0]. 
  CPython should be fixed.

Is this actually true? Should (and will cpython) change in this respect?

regards,
finn