Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.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.039 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'aug': 0.13; 'definition.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'parameters,': 0.16; 'subject:pass': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'function': 0.30; 'handle': 0.33; 'to:addr:python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'list': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'email addr:gmail.com': 0.63; 'subject:there': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wqotwRa1rCLrlkA8yLuahJcRGF4jd79LWzKnCFvYirY=; b=Fd8mb6wwZva//h1U32p3G0Z5dSZnwu1E6ex/F6imjIJsBL7vxd6JACPL0KnlrQb+3b 7Gj6exh9tNpCepqHQZJx52DXjU/MGiDEXSvgAVbw8IVBf87aPESnduTI4vaYIJ15jBmh ZNCZ60Wa2gDfKttdXkUXQJ1UF2W62TjDOXWN4L2k93tkBB256/sjM2C1016HvrlULrIa SLO35f7ICCg3+goPvqJBGhxwu9HLLjheJxynA+VwyAniKAXSWe/O3/TeJyqKhyvC6oKU mj1J/1i8j8qk2Li7lwh68PK+jcjwN9zLKHFabhgL67nzLWYQ/nD335Zx7QsRtZyTl7V5 BP9w== MIME-Version: 1.0 In-Reply-To: <50237D5A.6000108@sequans.com> References: <0aaad6e4-8751-4073-bf9c-14285c1f3422@googlegroups.com> <50237D5A.6000108@sequans.com> Date: Thu, 9 Aug 2012 19:13:31 +1000 Subject: Re: Is there a clever way to pass arguments From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1344503614 news.xs4all.nl 6905 [2001:888:2000:d::a6]:35105 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26783 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