Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.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.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'modified': 0.07; 'cc:addr :python-list': 0.11; '"hello': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'example': 0.22; 'cc:addr:python.org': 0.22; 'url:dev': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'text': 0.33; 'possible.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'pm,': 0.38; 'jul': 0.74; 'otten': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=vgq1mqS7Uzg/89IKlt3+k7vOTQmpXTpeas/RV3m66cg=; b=v39lsBfWzL6/MktO7OQzDLnMjYncfjQIjD2lx/bMAA4D7C7KKD34wTg0b4cZq4ULlP 4aOV4ERXFp6rlhzcLKBo1hgiN8IfnHJ8o/7C+eGBa686HIc4xmOqSKVvveGqcL4LNu3o wI7L4x/HecKKSZBGcSem9/AaZL3nzDr856An5tNL20LkWenxUb/eHqlkyVvAAL2Lq3u2 hPXIIEhLfdnAuVH/xSwp6l66+PUU9COOy9b8uDYt4FGr5AdjEkaf/DpprYSngc5roK+E gikvySpiWTDveOcZJzZ2GSht+5BLmcmG8/aI4s4gDf4NWa48IySHACDCfS6kIL4JkOFO Lm9A== MIME-Version: 1.0 X-Received: by 10.50.176.202 with SMTP id ck10mr29623319igc.2.1406531537517; Mon, 28 Jul 2014 00:12:17 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 Jul 2014 17:12:17 +1000 Subject: Re: complete brain fart, it doesn't loop From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406531540 news.xs4all.nl 2920 [2001:888:2000:d::a6]:56334 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75300 On Mon, Jul 28, 2014 at 5:09 PM, Peter Otten <__peter__@web.de> wrote: > > It was just a guess, but as the OP uses bottle, here's a modified > "hello world" from the bottle site > : > (snip example of yielding text to the web browser) Huh. Very cool! I like it. Was not aware that was possible. ChrisA