Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'languages,': 0.03; 'python.': 0.04; 'definitions': 0.07; 'subject:two': 0.07; 'terry': 0.07; 'python': 0.08; 'subject:parameters': 0.09; 'pm,': 0.10; 'received:209.85.214.174': 0.14; 'received:mail- iw0-f174.google.com': 0.14; 'wrote:': 0.14; 'reedy': 0.16; 'subject:function': 0.16; 'tue,': 0.17; 'part,': 0.19; 'header:In- Reply-To:1': 0.21; 'wonder': 0.23; 'message-id:@mail.gmail.com': 0.28; 'received:209.85.214': 0.28; 'it.': 0.31; 'define': 0.31; 'represents': 0.32; 'to:addr:python-list': 0.33; 'daniel': 0.34; 'all.': 0.35; 'there': 0.35; 'probably': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.37; 'subject:: ': 0.38; 'subject: (': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'best': 0.60; 'back': 0.63; '31,': 0.65; 'believe': 0.66; 'concept': 0.73; 'yours': 0.84; '12:30': 0.84; 'variations,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=kUQ40J5gMbgnAaD82SEXlfMhdL7bH9B7fJKeh+NooYM=; b=JbjDd8S0Khdqy64FogK0zzPBTw3o0j9q/5HE6KbsnNfvWmUPIsX5c6VEC3f1UJp99M b1emFncz3bQtcYSLNifKgJ+XIPaNqtTKyUUfkdxgmeMd2K1Eh4VOfCDOiy+FWA6tR6Qw LQ3ny+tigLSJcn0sbnWOKLa7B5NEtJ9HdLpAg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jrj++W0qVPnk09vP5t7hg1lmA9yM7HrdIWUTe43W6A1h7IL8m7e+1RMfQQ1XskEH1m cd8K13snJ1Q/Isjir3NutMMVjnXuQK0P1wFJKDte/FAE/d5KvnBd00GPH69ssgJphKx3 TrwmWmYUMJMDU1puXHuYNre5SDea8HouAMBl8= MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 31 May 2011 12:48:10 +1100 Subject: Re: scope of function parameters (take two) From: Daniel Kluev 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: 82.94.164.166 X-Trace: 1306806499 news.xs4all.nl 49179 [::ffff:82.94.164.166]:36437 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6693 On Tue, May 31, 2011 at 12:30 PM, Terry Reedy wrote: > Again, go back and reread what I and other wrote. I believe that you are, in > part, hypnotized by the work 'variable'. Can you define the word? There are > 10 to 20 possible variations, and yours is probably wrong for Python. On a sidenote, I wonder what is the reason to keep word 'variable' in python documentation at all. I believe word 'name' represents concept better, and those, who come from other languages, would be less likely to associate wrong definitions with it. -- With best regards, Daniel Kluev