Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.news-service.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: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'context': 0.04; 'subject:module': 0.04; '"""': 0.07; 'francis': 0.07; 'context.': 0.09; 'context:': 0.09; 'erik': 0.09; 'pm,': 0.10; 'wrote:': 0.14; 'furman': 0.16; 'keyword.': 0.16; '16,': 0.16; 'structures': 0.16; 'cc:addr:python-list': 0.17; 'suggest': 0.19; 'header:In-Reply- To:1': 0.21; 'right,': 0.22; 'thu,': 0.22; 'cc:2**0': 0.22; 'cc:no real name:2**0': 0.23; '"it\'s': 0.23; 'received:209.85.161.46': 0.23; 'received:mail-fx0-f46.google.com': 0.23; 'suspect': 0.25; 'not.': 0.26; 'received:209.85.161': 0.26; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'nope,': 0.30; 'break': 0.33; 'there': 0.35; 'breaking': 0.35; 'quite': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.37; 'keywords': 0.37; 'but': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'received:209': 0.39; 'exact': 0.65; '10:21': 0.84; 'difficult.': 0.91; 'execution,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=aqcT/JZ/PeTKBPDQCmM0J+D6vUScMywkc1b0NbahRFo=; b=m68aHxhRNWRTqUhd+40lI0MO1oz5U5FO9l+DGZjZmWmZlO1MCgkVs/l16vNHGmqzk8 BVikKPbzJoMM2TEeNPlNGuIutXYt3tDcwCnyMr+z7UZEt34eOTyWawdif9P9UTun/C4k 12jMDL2MwBFv10JJOMFT+RHiwQ7sNbUjEOhLI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=qxQkmulNANvrcUw0q0OM+sw8/+hQ9KypSbm/ZaWAWAR6JK/dQxampUk1h8MdO1O9P6 6O6q2yLHYjxF3wdlB5agiw5p60ZzWLB470Xg7+2Qdc24PB/QYiFcy8exaN7We0RnAXM2 Ykn7sXJVR16b+e+oMj7TZjVwCYG+oZ97srxf8= MIME-Version: 1.0 In-Reply-To: References: <4DF7E75E.9000907@mrabarnett.plus.com> <6NWdnfBF0rgB42fQnZ2dnUVZ5h2dnZ2d@giganews.com> From: Ian Kelly Date: Thu, 16 Jun 2011 22:53:26 -0600 Subject: Re: break in a module To: Erik Max Francis Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 24 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308286437 news.xs4all.nl 49041 [::ffff:82.94.164.166]:41458 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:7799 On Thu, Jun 16, 2011 at 10:21 PM, Erik Max Francis wrote: > Ethan Furman wrote: >> >> The Context: >> >> "It's quite consistent on which control structures you can break out of" >> >> Hmmm.... Nope, nothing there to suggest you were talking about the 'brea= k' >> keyword. > > That's what I wrote, all right, but not its context. =A0I suspect you're = just > being difficult. The exact context was: """ Some of the complex statements have keywords that let you break out of that execution, like break and continue in loops. Some do not. """ which is about the breaking keywords in general (break, continue, return), not about break specifically.