Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed5.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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python': 0.08; "';'": 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'lan': 0.16; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'truely': 0.16; 'wrote:': 0.16; "wouldn't": 0.17; 'wed,': 0.17; 'header:In-Reply-To:1': 0.22; 'appear': 0.23; 'indentation': 0.23; 'pm,': 0.24; 'aug': 0.24; 'message-id:@mail.gmail.com': 0.29; 'lines': 0.30; 'to:addr :python-list': 0.33; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'should': 0.38; 'subject:: ': 0.39; 'ok,': 0.39; 'to:addr:python.org': 0.39; 'free': 0.63; 'subject:line': 0.73; 'wish.': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jhWrWKlqma6jQH8Z+cFQPqLnJxZStj3oQXIXydQqALw=; b=NcM8jsk6lKokNiezU7BAaVf6tI7YQn//QNUJK85bzvGHdWALIJbPg2qo75gnbBLDjM wlnD18klh28wa/03PBwsf5tMaUCtzATJQUZly1PoVudDIf/Xs/xdXqST+snzhBRw8RJd WTcns0kOCZutHxHSVFjmbzhjJyQoTX8vELbkE= MIME-Version: 1.0 In-Reply-To: <1312982377.95657.YahooMailNeo@web121508.mail.ne1.yahoo.com> 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> Date: Wed, 10 Aug 2011 16:56:45 +0100 Subject: Re: allow line break at operators 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312991808 news.xs4all.nl 23908 [2001:888:2000:d::a6]:37287 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11138 On Wed, Aug 10, 2011 at 2:19 PM, Yingjie Lan wrote: > If ';' are employed (required), truely free line-splitting should be OK, > the operators may appear at the beginnings of the lines as you wish. > And if we require {} then truly free indentation should be OK too! But it wouldn't be Python any more. ChrisA