Path: csiph.com!usenet.pasdenom.info!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'received:64.202.165': 0.07; 'python': 0.09; 'evaluates': 0.16; 'iterates': 0.16; 'iterator': 0.16; 'left;': 0.16; 'right;': 0.16; 'semantically': 0.16; 'subject:)?': 0.16; 'header:User-Agent:1': 0.26; 'to:addr :python-list': 0.33; 'subject: (': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'middle': 0.66; 'header:Reply-To:1': 0.68; 'reply-to:no real name:2**0': 0.72 Date: Mon, 25 Feb 2013 01:33:31 +0000 From: Andrew Robinson User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120909 Thunderbird/15.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Suggested feature: slice syntax within tuples (or even more generally)? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: andrew3@r3dsolutions.com List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361784944 news.xs4all.nl 6972 [2001:888:2000:d::a6]:54703 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39883 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.