iterators (was: python-dev summary)

Jeff Epler jepler at inetnebr.com
Sun Feb 18 20:59:24 EST 2001


On Sun, 18 Feb 2001 19:26:19 +0000, Kevin Digweed
 <kevin.digweed at dial.pipex.com> wrote:
>I guess that what I'm saying is that I don't think the *absense* of a
>word/keyword should be treated as significant.

... except in the case of slices, right?

x[1:2]
x[:2]
x[1:]
x[:]

Jeff



More information about the Python-list mailing list