[Python-Dev] __getitem__ in user defined classes

Oren Tirosh oren-py-d@hishome.net
Mon, 21 Oct 2002 05:09:34 -0400


On Mon, Oct 21, 2002 at 04:39:53PM +1300, Greg Ewing wrote:
> Raymond Hettinger <python@rcn.com>:
> 
> > This could be simplified somewhat by making slices iterable
> 
> Hmmm... if slices were iterable, they'd behave a lot
> like xrange objects.
> 
> Perhaps
> 
>   slice == xrange
> 
> could be true in some future Python?

http://python.org/sf/575515 , rejected.

	Oren