On Tue, 30 Aug 2005 08:53:27 GMT, Bryan Olson <[EMAIL PROTECTED]> wrote:
[...]
>Specification
>
> We propose a new style of slicing and indexing for Python
> sequences. Instead of:
>
> sequence[start : stop : step]
>
> new-style slicing uses the syntax:
>
> sequence[start ; stop ; step]
>
I don't mind the semantics, but I don't like the semicolons ;-)
What about if when brackets trail as if attributes, it means
your-style slicing written with colons instead of semicolons?
sequence.[start : stop : step]
I think that would just be a tweak on the trailer syntax.
I just really dislike the semicolons ;-)
Regards,
Bengt Richter
--
http://mail.python.org/mailman/listinfo/python-list