Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news-transit.tcx.org.uk!rt.uk.eu.org!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'bug': 0.02; 'parser': 0.05; 'behavior.': 0.07; 'runtime': 0.09; 'am,': 0.12; 'comma': 0.16; 'feature?': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'subject:=': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.22; 'does': 0.32; 'message- id:@gmail.com': 0.33; 'header:User-Agent:1': 0.33; 'to:addr :python-list': 0.34; 'loop': 0.34; 'assignment': 0.34; 'issue': 0.35; 'received:192': 0.37; 'received:org': 0.38; 'non': 0.38; 'to:addr:python.org': 0.40; 'received:192.168': 0.40; 'hand.': 0.84; 'rusi': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Fri, 23 Dec 2011 10:23:30 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: python-list@python.org Subject: Re: what does 'a=b=c=[]' do References: <18f78d0d-1e70-4c7b-9033-1422e6edb6db@t13g2000yqg.googlegroups.com> <10c62dac-2750-4f08-8962-21952c1c0a0b@v31g2000prg.googlegroups.com> <5a7a7aab-a320-4429-a130-ffcfcf0ac174@v24g2000prn.googlegroups.com> <4EF440A9.7030101@stoneleaf.us> <77861e74-c4fa-4f3f-8f28-853a1a319b1d@l16g2000prg.googlegroups.com> In-Reply-To: <77861e74-c4fa-4f3f-8f28-853a1a319b1d@l16g2000prg.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324662368 news.xs4all.nl 6924 [2001:888:2000:d::a6]:45692 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17819 On 12/23/2011 03:31 AM, rusi wrote: > In Fortran, if the comma in the loop > DO 10 I = 1,10 > is misspelt as '.' it becomes the assignment > DO10I = 1.0 > > Do you consider it a bug or a feature? > Does Fortran consider it a bug or feature? Non sequitor. Nothing at all to do with the issue at hand. Furthermore, you are talking about a parser "feature" not a runtime behavior.