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: 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: References: Date: Wed, 10 Apr 2013 02:14:05 +1000 Subject: Re: standalone vs embedded interpreter From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Wed, Apr 10, 2013 at 1:52 AM, rusi 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