Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43193
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.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.128 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.79; '*S*': 0.05; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'gpl,': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'wed,': 0.18; 'distribute': 0.26; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'probably': 0.32; 'url:python': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'url:library': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'consequences': 0.74; 'rusi': 0.91; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=6kyLD/CCYqVrBxKW9tU5+aZHbDAZLQ8zXGLBaOlPxEA=; b=oR6MG3JiXto5XSksnbFIpevWfRuqZAfO1fVIqCwyvk0CikxOOzXtqvYyvEuckmd3z8 8fxRBl29TCI2yngPHlFmZzz0KTOgZB4KyhKxAOINobvcLAN6uB6U9SlM3p2dT/pYMsAO NpCux44IUzd9Tw7MXZ+c7L1TEQ5KtcJGluOIrZ2KSBnzhXabLGLgMUF6AceDHMxtnUQF lhzdQr4FRxZViCan+mP662PcpP567y2kqobDjlLE5snCl5lmUXTw29xYklqscn3JWqgM c8CNKSl1XTu4c8twiV4qk/I8Gvj9y5cOEJeOxXdd9m7ApQ7NprWZ31WFzTiEJxYka2Yb J3Cg== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.111.130 with SMTP id ii2mr16895639vdb.111.1365524045809; Tue, 09 Apr 2013 09:14:05 -0700 (PDT) |
| In-Reply-To | <da180e15-b4a9-4d5b-98da-86fd672aec6e@lp1g2000pbb.googlegroups.com> |
| References | <mailman.355.1365521615.3114.python-list@python.org> <da180e15-b4a9-4d5b-98da-86fd672aec6e@lp1g2000pbb.googlegroups.com> |
| Date | Wed, 10 Apr 2013 02:14:05 +1000 |
| Subject | Re: standalone vs embedded interpreter |
| 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.361.1365524048.3114.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1365524048 news.xs4all.nl 2628 [2001:888:2000:d::a6]:46919 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:43193 |
Show key headers only | View raw
On Wed, Apr 10, 2013 at 1:52 AM, rusi <rustompmody@gmail.com> wrote: > You probably need readline > See http://docs.python.org/2/library/cmd.html#cmd.Cmd.cmdloop > [Also try Control-P COntrol-N for up and down arrow] Be aware that GNU readline is GPL, not LGPL. This may have consequences if you distribute your code. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
standalone vs embedded interpreter Nick Gnedin <ngnedin@gmail.com> - 2013-04-09 10:33 -0500
Re: standalone vs embedded interpreter rusi <rustompmody@gmail.com> - 2013-04-09 08:52 -0700
Re: standalone vs embedded interpreter Chris Angelico <rosuav@gmail.com> - 2013-04-10 02:14 +1000
csiph-web