Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36785
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.092 |
| X-Spam-Evidence | '*H*': 0.82; '*S*': 0.00; 'newbie': 0.05; 'threads,': 0.09; 'programmer': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'tim': 0.18; '15,': 0.23; 'header:In-Reply-To:1': 0.25; 'looks': 0.26; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'chase': 0.29; 'problem': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'posting': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'add': 0.36; 'email addr:python.org': 0.36; 'too': 0.36; 'problems': 0.36; 'two': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'google': 0.39; 'header:Received:5': 0.40; 'most': 0.61; 'email name:python-list': 0.62; 'solve': 0.62; 'subject:day': 0.66; 'obvious': 0.71; '2013': 0.84; 'calls,': 0.84; 'faced': 0.91 |
| 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:to :content-type; bh=DJozsUeucGTQ3SEPodZ6EgEnVMiiyY6rVwl320RLUqc=; b=ZT1jkemIZoiYFIDLt17Q02suqjU0nhfgv+DzMJHhv75eGp0lFJtGl0RGRv9cCdmhRA 8EelYX0bYT/hlXkp3Hsy0BjraicDcJCK2pBSiYKwbpc5lrm0PmthWoXpPCerd3XwcW7C Xa6V9RyweLC+4ggSzA83gGIyBeIOIgLOiJCKXRpMR19HtQAEhVEUQjdQc6Fg6bv/xSNG h6XkAIy1iyttme5U/kYMed2k9mUzxVKcRbGMafJmzahUl0QKnkPQNre6GOgrmEiuUg4m mNvzLeQt03jjiP04swur8zxQrRhOphKLELfiqFkBWty9D1yKPsE/gUtINLqw+0aVI+i8 u7fQ== |
| MIME-Version | 1.0 |
| In-Reply-To | <50F41306.8090507@tim.thechases.com> |
| References | <50f3869d$0$29983$c3e8da3$5496439d@news.astraweb.com> <50F41306.8090507@tim.thechases.com> |
| Date | Tue, 15 Jan 2013 01:18:19 +1100 |
| Subject | Re: Thought of the day |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.496.1358173102.2939.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1358173102 news.xs4all.nl 6891 [2001:888:2000:d::a6]:40993 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:36785 |
Show key headers only | View raw
On Tue, Jan 15, 2013 at 1:15 AM, Tim Chase <python.list@tim.thechases.com> wrote: > A newbie programmer had a problem and thought > > > > "I'll solve it by posting on > > > > python-list@python.org and on Google Groups". > > > > And now we have the problem of two threads... And, when faced with problems of having two threads, the most obvious solution is to add sleep() calls, so it looks like the above... Am I dragging the analogy out too far? ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Thought of the day Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-14 04:16 +0000
Re: Thought of the day Dave Angel <d@davea.name> - 2013-01-14 00:31 -0500
Re: Thought of the day Dan Sommers <dan@tombstonezero.net> - 2013-01-14 14:44 +0000
Re: Thought of the day Dave Angel <d@davea.name> - 2013-01-14 12:12 -0500
Re: Thought of the day alex23 <wuwei23@gmail.com> - 2013-01-14 04:09 -0800
Re: Thought of the day Tim Chase <python.list@tim.thechases.com> - 2013-01-14 08:15 -0600
Re: Thought of the day Chris Angelico <rosuav@gmail.com> - 2013-01-15 01:18 +1100
Re: Thought of the day Grant Edwards <invalid@invalid.invalid> - 2013-01-14 15:08 +0000
Re: Thought of the day Michael Torrie <torriem@gmail.com> - 2013-01-14 10:37 -0700
Re: Thought of the day John Gordon <gordon@panix.com> - 2013-01-14 18:09 +0000
Re: Thought of the day Michael Torrie <torriem@gmail.com> - 2013-01-14 11:25 -0700
Re: Thought of the day Dave Angel <d@davea.name> - 2013-01-14 09:31 -0500
Re: Thought of the day Antoine Pitrou <solipsis@pitrou.net> - 2013-01-15 16:48 +0000
Re: Thought of the day DJC <djc@news.invalid> - 2013-01-15 22:54 +0000
Re: Thought of the day Tim Golden <mail@timgolden.me.uk> - 2013-01-15 16:59 +0000
Re: Thought of the day Chris Angelico <rosuav@gmail.com> - 2013-01-16 07:27 +1100
Re: Thought of the day John Ladasky <john_ladasky@sbcglobal.net> - 2013-01-16 23:26 -0800
csiph-web