Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'cc:addr:python-list': 0.10; 'aug': 0.13; 'definition.': 0.16; 'parameters,': 0.16; 'subject:pass': 0.16; 'wrote:': 0.17; 'thu,': 0.17; '>>>': 0.18; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'chris': 0.28; 'function': 0.30; 'handle': 0.33; "can't": 0.34; 'list': 0.35; 'pm,': 0.35; 'bad': 0.37; 'subject:: ': 0.38; 'received:194': 0.61; 'email addr:gmail.com': 0.63; 'subject:there': 0.65 X-IronPort-AV: E=Sophos;i="4.77,739,1336341600"; d="scan'208";a="644067" X-Virus-Scanned: amavisd-new at zimbra.sequans.com Date: Thu, 09 Aug 2012 11:50:42 +0200 From: Jean-Michel Pichavant User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100328) MIME-Version: 1.0 To: Chris Angelico Subject: Re: Is there a clever way to pass arguments References: <0aaad6e4-8751-4073-bf9c-14285c1f3422@googlegroups.com> <50237D5A.6000108@sequans.com> In-Reply-To: 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1344505847 news.xs4all.nl 6958 [2001:888:2000:d::a6]:40330 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26784 Chris Angelico wrote: > On Thu, Aug 9, 2012 at 7:05 PM, Jean-Michel Pichavant > wrote: > >> bruceg113355@gmail.com wrote: >> >>> I cannot change the function definition. >>> >> or better (imo) >> testData(z) and make testData handle a list (8 parameters, that's a lot of >> parameters). >> > > He can't change the function definition. > > ChrisA > my bad JM