Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Windows': 0.02; 'mouse': 0.07; 'subject:Error': 0.07; 'think,': 0.07; 'cursor': 0.09; 'key.': 0.09; 'statements': 0.09; '7:35': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'applies': 0.16; 'followed': 0.16; 'wrote:': 0.18; 'input': 0.22; 'select': 0.22; 'closely': 0.24; 'primary': 0.26; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'keys': 0.31; 'multiline': 0.31; 'linux': 0.33; 'subject: (': 0.35; 'subject:with': 0.35; 'display': 0.35; 'received:google.com': 0.35; 'idle': 0.36; 'opposed': 0.36; 'two': 0.37; 'to:addr:python-list': 0.38; 'issue': 0.38; 'previous': 0.38; 'to:addr:python.org': 0.39; 'around.': 0.60; 'commands': 0.60; 'skip:* 10': 0.61; 'different': 0.65; '20,': 0.68; 'subject:Testing': 0.84; '2013': 0.98 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 :content-type; bh=3NOLdV5YyWJpl6+Oktkt5QdkMeAohGsdEa3tQCBQNGA=; b=cgdUOdvdvx3VfT8LWnJEK5B8aUCEDRbwzPufMWFSs0x2sr9yd1qTD6KV7mYsEYVvHz oELyJGbVREsPnzN9N33CxBubSVJyxdT1BUGTGVlDmN3mU6ziJbHkTF+oVyALmj5g8W25 KxrBFun427KkB2r0yakoKmAjGx0zzr4vZdsuvxLUMe57HeeNoA+6hRlmWSgzYxMVBtwE Yd1nbv/oTHjTYdByaUY22LziyulyP+1eIpSujN8MaXpr9h76amMeXEgc2cyZVQGiS3LI cjU/KJ/WITugSDod3EYkOcpCoAKZblYfHg2iHjRHENJOc1v97f+O/BRJROEvELkUJKis Bgfg== MIME-Version: 1.0 X-Received: by 10.68.134.98 with SMTP id pj2mr9884957pbb.110.1382220907478; Sat, 19 Oct 2013 15:15:07 -0700 (PDT) In-Reply-To: References: <33549834-2f27-47f3-abea-eb3486909dec@googlegroups.com> <20131019133119.4109918c@bigbox.christie.dr> Date: Sun, 20 Oct 2013 09:15:07 +1100 Subject: Re: What's wrong with Windows Command Prompt (was Re: Error Testing) 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382220915 news.xs4all.nl 15884 [2001:888:2000:d::a6]:45622 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57121 On Sun, Oct 20, 2013 at 7:35 AM, Terry Reedy wrote: > Idle can recall previous input two different ways, by cursor or key. One can > use the mouse to select where to edit. CP requires use of arrow keys to move > the cursor around. Idle recall input *statements*. CP recalls input *lines*. > Previous multiline statements have to be recalled a line at a time. CP was > not designed for true multiline commands (as opposed to long commands that > wrap and display as multiple lines). This issue applies also to Linux builds with readline. It's Idle's primary boast, I think, closely followed by hover help for function signatures. ChrisA