Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59896

Re: Building a tree-based readline completer

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <thudfoo@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; 'classes,': 0.05; 'lawrence': 0.09; 'tismer': 0.09; 'python': 0.11; 'repetition': 0.16; 'spacing': 0.16; 'subject:based': 0.16; 'prevent': 0.16; 'language': 0.16; 'wrote:': 0.18; 'thanks.': 0.20; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'url:moin': 0.24; 'second': 0.26; 'header:In-Reply-To:1': 0.27; 'url:wiki': 0.31; 'url:python': 0.33; 'monday,': 0.33; 'monday': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'christian': 0.38; 'message-id:@gmail.com': 0.38; 'thank': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'read': 0.60; 'above,': 0.60; 'world.': 0.61; 'you.': 0.62; 'content- disposition:inline': 0.62; 'header:Message-Id:1': 0.63; 'email addr:gmail.com': 0.63; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; bh=QY0sitc4GvLw+i4f0mQTCutrZXMY/3euzbYE6RLniZg=; b=03KQNzcZ5DZV0ckSiv4KndwXWbyXYdnmRm+0Tdl+l0Un+YJyIQ6lRxo3LhJXq4/pyc ktf5wuMGfO9+ZJ8s2MpRxphidI/dYavtdNITarcv346Jw5BVy5YO8Rr21l/zUGH2oDqL Jf+QqjOcC7KDF7KbIGu/oaD/jmOr1JIZYXwhqA3y9cEMtcG4A3JqjgvfYHH8VDHYgyeL 6kOdDU19in70IFbSUJGyxbekNFRF0Uoah3A/0Ye/vuTMEv08ZCWjCUy9V1atIljRezEq rMaZTltUmefYe/WW5andrzx/qlM90Cgk0Xa6fSwwE64mSXyuMFGqjWUMuTqhqWCGePHU /tpw==
X-Received by 10.68.130.169 with SMTP id of9mr14630283pbb.79.1384796196769; Mon, 18 Nov 2013 09:36:36 -0800 (PST)
From xDog Walker <thudfoo@gmail.com>
To python-list@python.org
Subject Re: Building a tree-based readline completer
Date Mon, 18 Nov 2013 09:36:25 -0800
User-Agent KMail/1.9.5
References <fe046bab-d23d-4515-800e-6f23a507bf76@googlegroups.com> <e35a9ae4-2fd1-46cc-8e41-42e1172fd22f@googlegroups.com> <l6dhr2$v7q$1@ger.gmane.org>
In-Reply-To <l6dhr2$v7q$1@ger.gmane.org>
MIME-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding 7bit
Content-Disposition inline
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.2856.1384796206.18130.python-list@python.org> (permalink)
Lines 28
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1384796206 news.xs4all.nl 15983 [2001:888:2000:d::a6]:44460
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:59896

Show key headers only | View raw


On Monday 2013 November 18 09:13, Mark Lawrence wrote:
> On 18/11/2013 16:55, roey.katz@gmail.com wrote:
> > On Monday, November 18, 2013 11:54:43 AM UTC-5, roey  wrote:
> >> Thank you.  In looking over these classes, I see though that even them,
[snip]

> Would you please read and action this
> https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing the
> double line spacing above, thanks.

I am going to prevent seeing your repetition of each of these messages 
by killfiling you.

>
> --
> Python is the second best programming language in the world.
> But the best has yet to be invented.  Christian Tismer

You sig is, imho, nonsensical.

>
> Mark Lawrence

-- 
Yonder nor sorghum stenches shut ladle gulls stopper torque wet 
strainers.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Building a tree-based readline completer roey.katz@gmail.com - 2013-11-18 07:47 -0800
  Re: Building a tree-based readline completer xDog Walker <thudfoo@gmail.com> - 2013-11-18 08:41 -0800
    Re: Building a tree-based readline completer roey.katz@gmail.com - 2013-11-18 08:54 -0800
      Re: Building a tree-based readline completer roey.katz@gmail.com - 2013-11-18 08:55 -0800
        Re: Building a tree-based readline completer Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-18 17:13 +0000
        Re: Building a tree-based readline completer xDog Walker <thudfoo@gmail.com> - 2013-11-18 09:36 -0800
        Re: Building a tree-based readline completer Dave Angel <davea@davea.name> - 2013-11-18 15:51 -0500
          Re: Building a tree-based readline completer roey.katz@gmail.com - 2013-11-18 16:41 -0800

csiph-web