Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86754
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.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.040 |
| X-Spam-Evidence | '*H*': 0.92; '*S*': 0.00; '"this': 0.03; 'lawrence': 0.09; 'worse': 0.09; 'cc:addr:python-list': 0.11; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'usually': 0.31; "d'aprano": 0.31; 'implied': 0.31; 'steven': 0.31; 'week.': 0.33; "i'd": 0.34; 'received:google.com': 0.35; 'being': 0.38; 'problems.': 0.60; 'more': 0.64; 'mar': 0.68; 'manner': 0.72; 'day': 0.76; '2015': 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=K62pXnESYkVfESbPwJYnpNNv+go+pL5yx8o5TH/9iI8=; b=xU+zJbPS1P9BjltAfI8vfuJoiKRj+9hW3zqWZkqrqT9MVTCzHhFlw7JtZvCvi9TJhu gtvvrtaOr51m/ZWLmCK0mVQw/x1RxadyLxhzELF+pYzrv8aAZEYe52G+MlG/BLHDCJ1O TCjHrZb2GVUHSiD5fLGQ8oiNravDF2jOlAqjQumzyjxdaRK/H71G/1h9yZ59g70jC9ZG mWIy5glBVmz+yHC3mWjJMdDPYI8HsA+5nwTxcn1ibhqzj9EoGO5ArMcXtd3ILnM3Ar6p UH+UVfb0hCU++wNJcdUwSsNcbt5PUNmwp+knatXOyODNuhV0PyXiB/0aQLW9k4eFFIXR ReeA== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.131.196 with SMTP id oo4mr23393541igb.2.1425311489032; Mon, 02 Mar 2015 07:51:29 -0800 (PST) |
| In-Reply-To | <md1vc4$g4j$1@ger.gmane.org> |
| References | <slrnmf8hqo.6hg.maus@gmaus.info> <md1ks9$epb$1@speranza.aioe.org> <mailman.40.1425306406.13471.python-list@python.org> <54f47743$0$12979$c3e8da3$5496439d@news.astraweb.com> <md1vc4$g4j$1@ger.gmane.org> |
| Date | Tue, 3 Mar 2015 02:51:28 +1100 |
| Subject | Re: date |
| 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.19 |
| 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.48.1425311498.13471.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1425311498 news.xs4all.nl 2953 [2001:888:2000:d::a6]:48030 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:86754 |
Show key headers only | View raw
On Tue, Mar 3, 2015 at 2:24 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: > On 02/03/2015 14:44, Steven D'Aprano wrote: >> >> Mark Lawrence wrote: >> >>> Give me the Steven D'Aprano solution any day of >>> the week. >> >> >> >> Sounds ominous. Is that better or worse than the final solution? >> > > As in "this program will inadvertantly self distruct in five seconds"? It's usually implied as being externally enforced, so I'd say it's more akin to my solution to all manner of Windows problems. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
date greymausg <maus@mail.com> - 2015-03-02 11:55 +0000
Re: date Fabien <fabien.maussion@gmail.com> - 2015-03-02 13:25 +0100
Re: date Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-02 14:26 +0000
Re: date Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-03 01:44 +1100
Re: date Tim Golden <mail@timgolden.me.uk> - 2015-03-02 14:50 +0000
Re: date Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-02 15:24 +0000
Re: date Chris Angelico <rosuav@gmail.com> - 2015-03-03 02:51 +1100
Re: date alister <alister.nospam.ware@ntlworld.com> - 2015-03-02 16:09 +0000
Re: date Chris Angelico <rosuav@gmail.com> - 2015-03-03 03:25 +1100
Re: date Dave Angel <davea@davea.name> - 2015-03-02 13:32 -0500
Re: date Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-02 16:44 +0000
Re: date Fabien <fabien.maussion@gmail.com> - 2015-03-02 16:42 +0100
Re: date Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-02 16:41 +0000
Re: date greymausg <maus@mail.com> - 2015-03-02 14:49 +0000
Re: date Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-02 23:45 +1100
Re: date greymausg <maus@mail.com> - 2015-03-02 14:49 +0000
Re: date greymausg <maus@mail.com> - 2015-03-02 17:55 +0000
csiph-web