Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59885
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!193.141.40.65.MISMATCH!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!news.tele.dk!news.tele.dk!small.news.tele.dk!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.078 |
| X-Spam-Evidence | '*H*': 0.86; '*S*': 0.01; 'url:pypi': 0.03; 'cmd': 0.16; 'subject:based': 0.16; 'wrote:': 0.18; 'trying': 0.19; "python's": 0.19; 'header:User-Agent:1': 0.23; 'header:In-Reply- To:1': 0.27; 'related': 0.29; 'class': 0.32; 'url:python': 0.33; 'monday': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; '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=IDJxdWMvnZhEI/kZIhmC14+wJdzVNoY8EMK+MzYT2rQ=; b=TmbaJlcah92Mzf4qSCmNHt9tfw1jo2Vs6qc4FFktxMr7D6HxtS358/L+ZNYyNFLWMy 2MHGnBI1WntKWfmv+qFJbVfIozBweMFdZNZqB6MJeAFYMsImOIWoK6jQ6IyNX7sE9aI4 fHgJJgL36feznvIY/RFNHE6mihovkjINT6ihIac8w/2sedxJOjvFopi4wUILNoXNXtFb ge9QpT/bOyt6e9MyuTdUh6a0HOT7WiYkZ3mXWqp7W433GiY2o1lQGXt1pT7bsZoYUOYl rVyRRCKxKgpHQaKZGtZFStzifS+Ke05Fi4Wyonil4mtYztjHsFj6SZ8zKqH+WxmKvb0A Kaxw== |
| X-Received | by 10.68.247.36 with SMTP id yb4mr3635663pbc.138.1384792892339; Mon, 18 Nov 2013 08:41:32 -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 08:41:20 -0800 |
| User-Agent | KMail/1.9.5 |
| References | <fe046bab-d23d-4515-800e-6f23a507bf76@googlegroups.com> |
| In-Reply-To | <fe046bab-d23d-4515-800e-6f23a507bf76@googlegroups.com> |
| 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.2852.1384792895.18130.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1384792895 news.xs4all.nl 15863 [2001:888:2000:d::a6]:42944 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:59885 |
Show key headers only | View raw
On Monday 2013 November 18 07:47, roey.katz@gmail.com wrote: > I am trying to build a replacement completer for python's Cmd class These related packages may be of interest: http://pypi.python.org/pypi/rl http://pypi.python.org/pypi/kmd -- Yonder nor sorghum stenches shut ladle gulls stopper torque wet strainers.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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