Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'tuple': 0.09; '~ethan~': 0.09; 'subject:error': 0.09; ':o)': 0.16; 'thread.': 0.16; 'unpacking': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'that?': 0.18; 'cc:no real name:2**0': 0.20; 'otherwise.': 0.21; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.24; 'pass': 0.29; 'cc:addr:python.org': 0.29; 'values': 0.32; 'header:User-Agent:1': 0.33; 'there': 0.33; 'thread': 0.37; 'but': 0.37; 'returned': 0.39; 'should': 0.39; 'order': 0.62; 'subject:day': 0.68; 'received:62': 0.70; 'exposed.': 0.84; 'dark': 0.91 X-IronPort-AV: E=Sophos;i="4.71,325,1320620400"; d="scan'208";a="37163" X-Virus-Scanned: amavisd-new at zimbra.sequans.com Date: Fri, 09 Dec 2011 11:03:53 +0100 From: Jean-Michel Pichavant User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100328) MIME-Version: 1.0 To: Ethan Furman Subject: Re: Misleading error message of the day References: <27000242.1109.1323358430515.JavaMail.geo-discussion-forums@yqny18> <4EE114E2.6070200@sequans.com> <4EE11A69.9060207@stoneleaf.us> In-Reply-To: <4EE11A69.9060207@stoneleaf.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323425036 news.xs4all.nl 6944 [2001:888:2000:d::a6]:34757 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16904 Ethan Furman wrote: > Jean-Michel Pichavant wrote: >> You have to opportunity to not use unpacking anymore :o) There is a >> recent thread were the dark side of unpacking was exposed. Unpacking >> is a cool feautre for very small applications but should be avoided >> whenever possible otherwise. > > Which thread was that? > > > ~Ethan~ "A tuple in order to pass returned values ?" was the thread. JM