Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.057 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'definition,': 0.09; 'cc:addr:python-list': 0.11; 'tuple': 0.16; 'unpacking': 0.16; 'url:peps': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'proposed': 0.22; 'cc:addr:python.org': 0.22; 'url:dev': 0.24; 'cc:2**0': 0.24; 'primary': 0.26; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'chris': 0.29; 'feature': 0.29; 'message- id:@mail.gmail.com': 0.30; 'there.': 0.32; 'url:python': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'january': 0.37; 'implement': 0.38; 'anything': 0.39; "you're": 0.61; 'first': 0.61; 'skip:n 10': 0.64; 'to:addr:gmail.com': 0.65; 'believe': 0.68; 'subject:True': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=/kzdRBuYmndv2PM6nG5NVKNcVI8an/j8Gz3bp6xSdG8=; b=Qqxr2YFGQoFyw4GLapShFVoMqfe6268fMBimDSacbu9wELVhCUOh/V2JlIYH8rh+oj dpcWm/Y1AgH9EgIv884gD7hQPo/O4y82QGo5r7ZeycsadI+Zcr2bj5W5YYitKpJNwb7j 1vYRT05FBiyaNgjM/CRDwekBEZGdbtIvE1zkLx90xe3TqLqyfRuReaJpupotmU/ypgTn tQtlKLTQ4kwYVMhWgwiNuIhFnHnsbgVC2csRRAsLU71qLQxqoyjxyIKCbGP7j09YpFGH tAcmJbrDO44Igt5pnUPP/VPcZgeldDGUIPBsvqBVOe/hZwEh5Z2TVDi4EZktXysHW4Tp UZaA== X-Received: by 10.112.154.202 with SMTP id vq10mr10913003lbb.3.1391125029603; Thu, 30 Jan 2014 15:37:09 -0800 (PST) MIME-Version: 1.0 Sender: joshua.landau.ws@gmail.com In-Reply-To: References: <99b0aa22-5fb3-460a-a080-dacb1c0f2fda@googlegroups.com> From: Joshua Landau Date: Thu, 30 Jan 2014 23:36:29 +0000 X-Google-Sender-Auth: b8y0eoCffVGy5jSdCqnZsCPfzEU Subject: Re: 1 > 0 == True -> False To: Chris Angelico Content-Type: text/plain; charset=UTF-8 Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391125036 news.xs4all.nl 2919 [2001:888:2000:d::a6]:46133 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65068 On 30 January 2014 20:38, Chris Angelico wrote: > > Why is tuple unpacking limited to the last argument? Is it just for > the parallel with the function definition, where anything following it > is keyword-only? You're not the first person to ask that: http://www.python.org/dev/peps/pep-0448/ If you're able and willing to implement it, I believe the support is there. The primary reason I know of for its non-inclusion was that it was first proposed (with code) during a feature freeze.