Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31412
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dwightdhutto@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.018 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'subject:: [': 0.03; '16,': 0.03; 'referring': 0.07; 'cc:addr:python-list': 0.10; 'oct': 0.16; 'received:209.85.216.53': 0.16; 'to:addr:web.de': 0.16; 'wrote:': 0.17; 'subject:] ': 0.19; 'putting': 0.20; "i'd": 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'appreciated.': 0.26; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.29; 'that.': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'done,': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'url:org': 0.36; "didn't": 0.36; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'header:Received:5': 0.40; 'url:mail': 0.40; 'subject:off': 0.65; 'middle': 0.66; 'topic,': 0.78; 'david,': 0.84; 'otten': 0.84; 'regret': 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 :cc:content-type; bh=h+khaWi4NELAXGf2up9wBByRHHDQkytIT0sDrzP2Fp0=; b=MRdU32wolmOqviATcYf2lMwqGpSYCnutVXgyGPsB1hLKTs5co2lHAzqvcXAqzPDp3n 8/uXyJ+xtUNRYaRSHBhhsc2Syhmg2Aj3juzLvy+y5ANr2YpWYP868BbCWotcG/L5zzQ+ sFNH9yC9EEw4CbztKktjQG34mzS1MDdv1adruUbp0hLTQEERjKzk8QWg3pHoYO3pxw0M M+kOSc+banCxWBWC0rVtasKYRSfxndaMhDV1Du6JeMtVr75Diy+w1gxp37mcTWFGNC7f 117Zyy0rmtZqJj0iEXBdeals1BcFrukVQyU6sAMOpYt6yX6kzJDO8oIvx0IOk0AaKRI2 0M1Q== |
| MIME-Version | 1.0 |
| In-Reply-To | <k5jrci$qp0$1@ger.gmane.org> |
| References | <50796ce5$0$6574$c3e8da3$5496439d@news.astraweb.com> <mailman.2255.1350376172.27098.python-list@python.org> <507d44a9$0$6599$c3e8da3$5496439d@news.astraweb.com> <CA+vVgJVKCunZ65jfCxsSGWe7HotfM2LYipuK54FkNp77aitD+w@mail.gmail.com> <k5jrci$qp0$1@ger.gmane.org> |
| Date | Tue, 16 Oct 2012 11:14:11 -0400 |
| Subject | Re: [off topic], was Re: [on topic] Re: readline trick needed |
| From | Dwight Hutto <dwightdhutto@gmail.com> |
| To | Peter Otten <__peter__@web.de> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| 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.2286.1350400454.27098.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1350400454 news.xs4all.nl 6860 [2001:888:2000:d::a6]:58042 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:31412 |
Show key headers only | View raw
On Tue, Oct 16, 2012 at 10:36 AM, Peter Otten <__peter__@web.de> wrote: > Dwight Hutto wrote: > > I knew I'd eventually regret putting "on topic" into the subject... I didn't write that. If you're referring to OT, it means Off Topic, and a response would be appreciated. And you can call me David, I go by my middle name. > > Well done, Dwight. > > -- > http://mail.python.org/mailman/listinfo/python-list -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
readline trick needed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-13 13:30 +0000
Re: readline trick needed Etienne Robillard <animelovin@gmail.com> - 2012-10-13 09:44 -0400
Re: readline trick needed Chris Angelico <rosuav@gmail.com> - 2012-10-14 00:47 +1100
Re: readline trick needed Etienne Robillard <animelovin@gmail.com> - 2012-10-13 09:58 -0400
Re: readline trick needed Roel Schroeven <roel@roelschroeven.net> - 2012-10-13 23:14 +0200
Re: readline trick needed Chris Angelico <rosuav@gmail.com> - 2012-10-14 08:44 +1100
Re: readline trick needed Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-13 23:13 +0100
Re: readline trick needed Chris Angelico <rosuav@gmail.com> - 2012-10-14 09:41 +1100
Re: readline trick needed Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-13 23:52 +0100
Re: readline trick needed Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-14 01:32 +0100
[on topic] Re: readline trick needed Peter Otten <__peter__@web.de> - 2012-10-16 10:30 +0200
Re: [on topic] Re: readline trick needed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-16 11:27 +0000
Re: [on topic] Re: readline trick needed Robert Kern <robert.kern@gmail.com> - 2012-10-16 13:20 +0100
Re: [on topic] Re: readline trick needed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-16 12:52 +0000
Re: [on topic] Re: readline trick needed Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-16 10:14 -0400
[off topic], was Re: [on topic] Re: readline trick needed Peter Otten <__peter__@web.de> - 2012-10-16 16:36 +0200
Re: [off topic], was Re: [on topic] Re: readline trick needed Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-16 11:14 -0400
Re: [on topic] Re: readline trick needed Ned Deily <nad@acm.org> - 2012-10-16 01:50 -0700
Re: [on topic] Re: readline trick needed Peter Otten <__peter__@web.de> - 2012-10-16 12:20 +0200
Re: [on topic] Re: readline trick needed Ned Deily <nad@acm.org> - 2012-10-16 13:44 -0700
csiph-web