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


Groups > comp.lang.python > #87460

Re: Pexpect idea - but can I handle curses?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; '<>,': 0.07; 'url:faqs': 0.09; 'cc:addr:python-list': 0.11; '<>.': 0.14; '&lt;&gt;.': 0.16; 'url:catb': 0.16; 'url:~esr': 0.16; 'thanks,': 0.17; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'source': 0.25; '&gt;': 0.26; 'header:In-Reply- To:1': 0.27; 'specifically': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'helpful.': 0.31; 'open': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'subject:can': 0.39; 'world.': 0.61; 'subject:handle': 0.84
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=trfEoqyCXtVfdPtz1LVUsKnzSL+fHkJXmPY1cP1cLkc=; b=eKaZCsDzDwRBMGA+t9C+DX10uJUa1XkGj3YZBDd1PsZs6aa8BoSWFloD02gFDMsUXw Bkt08yS/1aCoIcvqo9ZmpSDzKX7mouSYuAyOlni4ulZixEXZKu/XpQ2p5N/+aaH/xfWH XOHpyQz5bPP6bSg1tQql4Yg/dP9cwd7p3u7wbjjq9zycENxCF1xu1/70TQXwz6y7pzQE mSgOTUvyAUIvnlRt8lGr3BLiTFuHTIjx0YHq11bGSmGagsREimujTxHTYIhWymPyzgwX 8D8mL2BI7vOAY93QWYwo37o9lVsIPUJJ1hzx8KZPot6cWCx0TAy7ATQC636D1zh8rvf9 fzjQ==
MIME-Version 1.0
X-Received by 10.60.68.20 with SMTP id r20mr14519025oet.26.1426381555577; Sat, 14 Mar 2015 18:05:55 -0700 (PDT)
In-Reply-To <3609192.4N8UZPzsLB@PointedEars.de>
References <mailman.325.1426259880.21433.python-list@python.org> <1606564.hXcnK9StvT@PointedEars.de> <mailman.331.1426263615.21433.python-list@python.org> <1597615.KAoEH8zO7A@PointedEars.de> <mailman.332.1426267525.21433.python-list@python.org> <mdvpbo$obe$1@dont-email.me> <mailman.344.1426292088.21433.python-list@python.org> <3609192.4N8UZPzsLB@PointedEars.de>
Date Sat, 14 Mar 2015 20:05:55 -0500
Subject Re: Pexpect idea - but can I handle curses?
From Skip Montanaro <skip.montanaro@gmail.com>
To "Thomas 'PointedEars' Lahn" <usenet@pointedears.de>
Cc Python <python-list@python.org>
Content-Type multipart/alternative; boundary=001a113305a6ef392805114955d4
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.384.1426381564.21433.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1426381564 news.xs4all.nl 2863 [2001:888:2000:d::a6]:39918
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:87460

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

> That might have to do with
> <http://www.catb.org/~esr/faqs/smart-questions.html>, specifically
> <http://www.catb.org/~esr/faqs/smart-questions.html#prune>.

Thanks, but not really helpful. I'm well aware of Eric Raymond's
contributions to the open source world. I'm also aware aware that my
question was not perfectly well-formed.

Skip

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


Thread

Pexpect idea - but can I handle curses? Skip Montanaro <skip.montanaro@gmail.com> - 2015-03-13 10:17 -0500
  Re: Pexpect idea - but can I handle curses? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-03-13 16:54 +0100
    Re: Pexpect idea - but can I handle curses? Skip Montanaro <skip.montanaro@gmail.com> - 2015-03-13 11:20 -0500
      Re: Pexpect idea - but can I handle curses? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-03-13 18:03 +0100
        Re: Pexpect idea - but can I handle curses? Skip Montanaro <skip.montanaro@gmail.com> - 2015-03-13 12:25 -0500
          Re: Pexpect idea - but can I handle curses? Christian Gollwitzer <auriocus@gmx.de> - 2015-03-13 23:47 +0100
            Re: Pexpect idea - but can I handle curses? Skip Montanaro <skip.montanaro@gmail.com> - 2015-03-13 19:14 -0500
              Re: Pexpect idea - but can I handle curses? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-03-14 20:19 +0100
                Re: Pexpect idea - but can I handle curses? Skip Montanaro <skip.montanaro@gmail.com> - 2015-03-14 20:05 -0500
                Re: Pexpect idea - but can I handle curses? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-03-15 10:23 +0100

csiph-web