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!newsfeed1a.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'mind,': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'def': 0.12; '(x,': 0.16; 'iterable': 0.16; 'unpacking': 0.16; 'url:peps': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'url:dev': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'anyone': 0.31; 'url:python': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'january': 0.37; 'does': 0.39; '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=uctDQnqk98veeunzV4YjqQFkZDBMBhhhxG/T+2AAr+8=; b=u3GoU9hdI9ez0a2FNoZQ/umrPXEDLU5WVKoD9iCFWoJ2ffdQY5fd9iw18ryzFZYASH X8CUTbtZjfVq0Drj24eC6x8lVgHkw7kOWoXT/KNlaFf3AAm2Ra8WsEWisBQaX0RnVel1 Nz7M8osXzBxOTH3v+932gfo1fsyvFQQunv7BbRp21CZjprGgSjHsrX/D9ithT93PIDsv oCfuFAqJYEloZTWSF54XSb/AlvaU7i0jv1sEAvJKkHPrxWseUsr/z+r8oHtthgZsWI0V ky7Zm9F9FygRB1nGfjm9ZQ4Y4CyxvrvY4j10qh0PUMOs563e9y6KadqJt6wHW0LuFiQ+ nyMg== X-Received: by 10.152.121.4 with SMTP id lg4mr11321313lab.8.1391128401709; Thu, 30 Jan 2014 16:33:21 -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: Fri, 31 Jan 2014 00:32:41 +0000 X-Google-Sender-Auth: D8uj5r-_N4Gup9lfEqodO5oUDBo Subject: Re: 1 > 0 == True -> False To: Rotwang Content-Type: text/plain; charset=UTF-8 Cc: python-list 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391128408 news.xs4all.nl 2869 [2001:888:2000:d::a6]:35711 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65074 On 31 January 2014 00:10, Rotwang wrote: > > On a vaguely-related note, does anyone know why iterable unpacking in calls > was removed in Python 3? I mean things like > > def f(x, (y, z)): > return (x, y), z > > I don't have a use case in mind, I was just wondering. http://www.python.org/dev/peps/pep-3113/