Proposed PEP: New style indexing, was Re: Bug in slice type

Robert Kern rkern at ucsd.edu
Wed Aug 24 15:08:52 EDT 2005


Bryan Olson wrote:
> Paul Rubin wrote:
>  > Bryan Olson writes:
>  >
>  >>     seq[3 : -4]
>  >>
>  >>we write:
>  >>
>  >>     seq[3 ; $ - 4]
>  >
>  > +1
> 
> I think you're wrong about the "+1". I defined '$' to stand for
> the length of the sequence (not the address of the last
> element).

By "+1" he means, "I like it." He's not correcting you.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the Python-list mailing list