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!newsfeed6.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: UNSURE 0.229 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.55; '*S*': 0.01; 'am,': 0.12; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'header:In-Reply-To:1': 0.22; 'aug': 0.24; '(the': 0.28; 'stage': 0.29; 'message-id:@mail.gmail.com': 0.29; 'definition': 0.30; 'controlled': 0.30; 'sun,': 0.30; 'to:addr :python-list': 0.33; 'someone': 0.34; "we're": 0.34; 'but': 0.37; 'media,': 0.38; 'signal': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'should': 0.38; 'subject:: ': 0.39; "there's": 0.39; 'to:addr:python.org': 0.39; 'your': 0.61; 'house': 0.61; 'media': 0.61; 'our': 0.63; 'home,': 0.63; 'lights': 0.67; 'movie': 0.71; 'subject:line': 0.73; 'marker': 0.84; 'topic,': 0.96 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=pV41q2IEcL6v850pcUM7Y4NSKD8vBtKMBKJe1vGb9+o=; b=h3Ft1HhCly20CtP2qkOpu869Zf+jqorTk3G4ZZPII2U6Slg/i0yK3ykxMS56TxRby+ WCfJFOv3MS5aluW9c++fFDGp8J/ONstzRpjIxo90MwPIpYXxJE5OyFUlf4IWbWUpmKSJ fXg4E/sjlj4scjmJiqDL0THbfh5RtbAxyPTgg= MIME-Version: 1.0 In-Reply-To: <87pqk8e410.fsf@benfinney.id.au> References: <1312951356.77394.YahooMailNeo@web121518.mail.ne1.yahoo.com> <87fwl9hr4r.fsf@benfinney.id.au> <4e43cb2a$0$29986$c3e8da3$5496439d@news.astraweb.com> <74c2421f-28a0-4a8d-bf74-4eebacfb74f1@d7g2000vbv.googlegroups.com> <92b8f192-d7fc-4c60-87ad-71b12652f3a2@k8g2000yqk.googlegroups.com> <4e45ab9d$0$30002$c3e8da3$5496439d@news.astraweb.com> <4e4774ed$0$29982$c3e8da3$5496439d@news.astraweb.com> <87pqk8e410.fsf@benfinney.id.au> Date: Sun, 14 Aug 2011 12:59:55 +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-Mailman-Approved-At: Sun, 14 Aug 2011 22:42:52 +0200 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313354574 news.xs4all.nl 23884 [2001:888:2000:d::a6]:43728 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11417 On Sun, Aug 14, 2011 at 10:27 AM, Ben Finney wrote: > The house lights need to be controlled by someone who knows when the > movie's end signal should be sent. What is our ending signal if we're > watching it from media in our home, and no-one in the house knows when > the movie ends? > If you're watching it from your own media, you'll come to the end of the file/DVD/whatever and VLC will know. End-of-file is a well-known condition with well-defined semantics. :) And in the theatre, there's a definition of the end based on the origin of the material (the stage manager's script/music score, or something). Yep, there's always an end marker somewhere. But we are now hopelessly off topic, I think! ChrisA