Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #39883 > unrolled thread

Re: Suggested feature: slice syntax within tuples (or even more generally)?

Started byAndrew Robinson <andrew3@r3dsolutions.com>
First post2013-02-25 01:33 +0000
Last post2013-02-25 01:33 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: Suggested feature: slice syntax within tuples (or even more generally)? Andrew Robinson <andrew3@r3dsolutions.com> - 2013-02-25 01:33 +0000

#39883 — Re: Suggested feature: slice syntax within tuples (or even more generally)?

FromAndrew Robinson <andrew3@r3dsolutions.com>
Date2013-02-25 01:33 +0000
SubjectRe: Suggested feature: slice syntax within tuples (or even more generally)?
Message-ID<mailman.2496.1361784944.2939.python-list@python.org>
Errata, I made a tyepopeo in the middle of the night:

eg:"""Python evaluates right to left; this is semantically an iterator 
giving a[1],a[2],a[5],a[11]"""

Sigh:  Python Iterates from left to right;

--Andrew.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web