Re: Problem with slices.

2005-10-03 Thread Peter Otten
Antoon Pardon wrote: > I'm for the moment writing two classes. > > A table, which is like a list, but can start at any integer. > > A tree which is like a dictionary, but will iterate over the > keys in sorted order. > > The problem is that I would like to implemet slices but, that > seems to b

Problem with slices.

2005-10-03 Thread Antoon Pardon
I'm for the moment writing two classes. A table, which is like a list, but can start at any integer. A tree which is like a dictionary, but will iterate over the keys in sorted order. The problem is that I would like to implemet slices but, that seems to be impossible with how slices are impleme