Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75300
| 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 | <rosuav@gmail.com> |
| 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 | <lr4sv7$l3j$1@ger.gmane.org> |
| References | <CAHXoDSB=W3S4gwc7aJO2AA6gtkz5VGQ5=y7hZ5tLL32AamjmXQ@mail.gmail.com> <CAPTjJmrdqBwuiuJHSAGCjRZoWsQzi_iFVJe=XD3m0nbGa9w_Cg@mail.gmail.com> <lr3f5l$e4h$1@ger.gmane.org> <CAPTjJmqZC7YpaNzNRZrVgguBbpOsYS=arkydG_5n3n8EY_G=3g@mail.gmail.com> <lr4sv7$l3j$1@ger.gmane.org> |
| Date | Mon, 28 Jul 2014 17:12:17 +1000 |
| Subject | Re: complete brain fart, it doesn't loop |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12378.1406531540.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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 > <http://bottlepy.org/docs/dev/tutorial.html#quickstart-hello-world>: > (snip example of yielding text to the web browser) Huh. Very cool! I like it. Was not aware that was possible. ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: complete brain fart, it doesn't loop Chris Angelico <rosuav@gmail.com> - 2014-07-28 17:12 +1000
csiph-web