Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!news.le-studio75.com!news.univ-fcomte.fr!not-for-mail From: Laurent Claessens Newsgroups: comp.lang.python Subject: Re: scope of function parameters Date: Mon, 30 May 2011 12:10:11 +0200 Organization: A poorly-installed InterNetNews site Lines: 11 Message-ID: <4DE36D03.8050201@gmail.com> References: <94fdk7FihlU1@mid.individual.net> <87tycd89qc.fsf@benfinney.id.au> <4DE3495D.9080309@gmail.com> <4DE35E87.8060208@gmail.com> NNTP-Posting-Host: soleil.univ-fcomte.fr Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.univ-fcomte.fr 1306750207 1408 194.57.84.1 (30 May 2011 10:10:07 GMT) X-Complaints-To: news@news.univ-fcomte.fr NNTP-Posting-Date: Mon, 30 May 2011 10:10:07 +0000 (UTC) Cc: python-list@python.org User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6648 >> What is the rationale behind the fact to add a space between "5" and >> ".__add__" ? >> Why does it work ? > > It's a hint for the tokenizer. I didn't know the tokenizer. Now I understand. Thanks Laurent