Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python': 0.08; 'prevents': 0.09; 'reply-to:addr:comp.lang.python': 0.09; 'spawn': 0.09; 'to:addr:comp.lang.python': 0.09; 'subject:python': 0.10; 'things.': 0.12; 'history.': 0.16; 'subject: \n ': 0.16; 'subject:between': 0.16; 'cc:addr:python-list': 0.16; 'cc:no real name:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.24; 'byte': 0.24; 'code': 0.25; "i'm": 0.26; 'import': 0.27; 'cc:addr:python.org': 0.29; 'fairly': 0.30; 'tjg': 0.30; 'does': 0.32; 'adds': 0.32; 'header:User-Agent:1': 0.33; 'that,': 0.33; 'from:addr:googlemail.com': 0.34; 'file': 0.36; 'but': 0.37; 'run': 0.37; 'except': 0.37; 'received:google.com': 0.37; 'using': 0.38; 'received:209.85': 0.38; 'received:209': 0.40; 'subject:will': 0.64; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.72; 'reply-to:addr:googlegroups.com': 0.74; 'subject:commands': 0.84; 'subject:history': 0.84 Newsgroups: comp.lang.python Date: Fri, 25 Nov 2011 15:19:25 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=1.168.131.127; posting-account=5JdMBQoAAABHnS4mjpqEzxnmWtgiiVNw References: <4737007e-029d-4ecb-9315-f3ceb4bb06ed@t16g2000vba.googlegroups.com> <4ecccb07$0$29993$c3e8da3$5496439d@news.astraweb.com> <4ecda8ea$0$30003$c3e8da3$5496439d@news.astraweb.com> <4ecde007$0$30003$c3e8da3$5496439d@news.astraweb.com> User-Agent: G2/1.0 X-Google-Web-Client: true MIME-Version: 1.0 Subject: Re: python shell that saves history of typed in commands that will persist between reboots From: 88888 Dihedral To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: comp.lang.python@googlegroups.com List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1322263169 news.xs4all.nl 6955 [2001:888:2000:d::a6]:58119 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16239 > Except that, intriguingly, I'm also using an ActiveState distro > and it neither adds Ctrl-D nor prevents history. But I'm > fairly sure that pyreadline does both of those things. > > TJG In python I can spawn a process to run python byte code that will produce a file with results. Easy to avoid a lot import A,B,C,D...... on the top level.