Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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; 'python,': 0.01; 'python': 0.08; 'clearly,': 0.09; 'static': 0.15; "';'": 0.16; 'magnitude.': 0.16; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'trausch': 0.16; 'cc:addr:python- list': 0.16; 'wrote:': 0.16; "wouldn't": 0.17; 'wed,': 0.17; 'cheers,': 0.18; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'indentation': 0.23; 'optional': 0.23; 'pm,': 0.24; 'aug': 0.24; 'statement': 0.25; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; 'michael': 0.31; 'chris': 0.32; 'to?': 0.34; 'file': 0.36; 'example,': 0.37; 'languages': 0.37; 'but': 0.37; 'could': 0.38; 'some': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'should': 0.38; 'subject:: ': 0.39; 'option': 0.39; 'case': 0.39; 'free': 0.63; 'subject:line': 0.73; '10:57': 0.84; 'sender:addr:chris': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=dWjnzS0XU+UrPoYQ/LODXwq1rKwPSso6UJa4GAAzLyE=; b=HUJ61vgA4LORMfCdW/nnA8CUt9af6X1Wmyp7+nMODC428dPBG7k0n2ZvYuIgexN6F/ e0THNjdfui26GU+495TudX8ZqgBpD0BUKJRhgdjLylvcy6XFo/gUwWkSMIn7sjdzh5LA YnVPI6hnxzg0N7+KSSn59FMU2ctytg46PN9XI= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: References: <1312951356.77394.YahooMailNeo@web121518.mail.ne1.yahoo.com> <4e424208$0$29965$c3e8da3$5496439d@news.astraweb.com> <1312981104.89312.YahooMailNeo@web121520.mail.ne1.yahoo.com> <1312982377.95657.YahooMailNeo@web121508.mail.ne1.yahoo.com> <1313031175.38817.YahooMailNeo@web121515.mail.ne1.yahoo.com> Date: Wed, 10 Aug 2011 22:07:42 -0700 X-Google-Sender-Auth: K-tNrzHYgvdj1aEd1YmDRQVGNjM Subject: Re: allow line break at operators From: Chris Rebert To: Michael Trausch Content-Type: text/plain; charset=UTF-8 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313039266 news.xs4all.nl 23974 [2001:888:2000:d::a6]:38556 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11183 > On Aug 10, 2011 10:57 PM, "Yingjie Lan" wrote: >> :And if we require {} then truly free indentation should be OK too! But >> >> :it wouldn't be Python any more. >> >> Of course, but not the case with ';'. Currently ';' is optional in Python, >> But '{' is used for dicts. Clearly, ';' and '{' are different in >> magnitude. >> >> So the decision is: shall we change ';' from optional to mandatory >> to allow free line splitting? On Wed, Aug 10, 2011 at 9:51 PM, Michael Trausch wrote: > Perhaps it could be made an optional thing to enable; for example, some > languages by default do dynamic typing, but with an option contained as the > first statement of the file can enforce static typing. I am intrigued. What languages(s) have the feature you refer to? Cheers, Chris