Path: csiph.com!usenet.pasdenom.info!gegeweb.org!newsfeed0.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4.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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'interpreter': 0.05; 'rest,': 0.07; 'subject:Error': 0.07; 'windows,': 0.09; 'windows': 0.15; 'editor,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'thread,': 0.16; '(you': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'command': 0.22; '>>>': 0.22; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'strongly': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'apparently': 0.31; 'probably': 0.32; 'quite': 0.32; 'could': 0.34; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'idle': 0.36; 'much.': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'explain': 0.39; 'to:addr:python.org': 0.39; "you'll": 0.62; 'more': 0.64; 'biggest': 0.67; '20,': 0.68; 'default': 0.69; 'friendly,': 0.84; '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=925suW0j50syhAKbL79LfaCQI4R73bdyBLvWdObJ6eI=; b=FtPmgavjtI1EtEvAKQIQYlgc4a72eEUMuczx6uekFPnJaBOWlrEw/oTSn/XfrpZgya Apz/4KxQzywY1MJQDgZUblfnC34xOmhGcLkO0xh5FqAXMo8KZT16Zx/4E399sOytvxJy kLY81tgyDb7BHGaEGxjacydgVsTiCiw2Pf6BJx5tWNTIWodjPMEXth96/y4LQpWsliyX lXbG8QnKiziyvuh/5HfL9wXWCH21hXxF/qd5nPmfqCTIakCruv2P/nqADRWneT9rvYPf 2qcek/lINb8oSa+6RxNEIBIl61JkVeFVM2qu8Aj5Wj9kkKKrdIkxvVR4/qKF46TKqDuS TFIA== MIME-Version: 1.0 X-Received: by 10.68.134.98 with SMTP id pj2mr9900801pbb.110.1382221234087; Sat, 19 Oct 2013 15:20:34 -0700 (PDT) In-Reply-To: References: <33549834-2f27-47f3-abea-eb3486909dec@googlegroups.com> Date: Sun, 20 Oct 2013 09:20:34 +1100 Subject: 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382221243 news.xs4all.nl 15888 [2001:888:2000:d::a6]:54641 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57123 On Sun, Oct 20, 2013 at 6:50 AM, Terry Reedy wrote: > On 10/19/2013 2:08 PM, David Robinow wrote: >> >> On Sat, Oct 19, 2013 at 9:01 AM, Chris Angelico wrote: >> >>> You can try all these out in the interactive interpreter (you probably >>> have IDLE installed, which on Windows is rather nicer to work with >>> than the default interactive mode). >> >> IDLE is cross-platform. Could you explain why you say "on Windows"? > > > The command line console on *nix is apparently less obnoxious that the one > on Windows. So for people who use an editor other than the Idle editor, > there is less reason to use just the Idle shell. Less obnoxious, more friendly, and way WAY more powerful. As I said in the other thread, multi-line recall is its biggest lack, but for the rest, it's quite usable. On Windows, not so much. (Mind you, I'm accustomed to readline, so if you don't have it, you'll feel more strongly about Idle.) ChrisA