Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Windows': 0.02; 'interpreter': 0.05; 'subject:Error': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'windows': 0.15; '4:35': 0.16; 'reedy': 0.16; 'variants': 0.16; '(you': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'command': 0.22; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'tim': 0.29; 'unix': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; '>>>>': 0.31; 'chase': 0.31; 'probably': 0.32; 'quite': 0.32; 'linux': 0.33; 'could': 0.34; 'subject: (': 0.35; 'subject:with': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'curious': 0.36; 'idle': 0.36; 'ubuntu': 0.36; 'pm,': 0.38; 'rather': 0.38; 'explain': 0.39; 'default': 0.69; 'subject:Testing': 0.84; 'to:none': 0.92; '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:cc :content-type; bh=XL8sjcu2MOzyhQ8aIMMot5RT6XGAdCcILLrdfqxsOsM=; b=SF5zlSwHLIQJWDOByYHfcPn9pDjhtkjtgi9/QlgECF6AQ1CsbNAt2Ja5O0R03x2+gd y6TOprkIQ6p3bw9E6/lqIcq+7rfOkiEZ0RRqZ5JVP9B2UKKMnhqxJoM9E3JsM8UugzgB QqYteqDXEe9EeskmsQ6oen7MQc9PoFZ1R+gz6pLX70WyQMCup7Ho3iHHiODcPudZN8xs AqE1MzYIys6ypW9wsnt2WKu1pwiPyA3OwBuiFtJ1p9Q+5n5ZNZYjul2EitfDTMgNjkR+ HY9MjrUHknuYPzMntIjA8PJRMW5T+eO+Qhi1RfYkI7mC2t+peakcAS+xeKP0TRnXzPHQ 6vrg== MIME-Version: 1.0 X-Received: by 10.182.75.201 with SMTP id e9mr22458231obw.28.1382385325605; Mon, 21 Oct 2013 12:55:25 -0700 (PDT) In-Reply-To: References: <33549834-2f27-47f3-abea-eb3486909dec@googlegroups.com> <20131019133119.4109918c@bigbox.christie.dr> Date: Mon, 21 Oct 2013 15:55:25 -0400 Subject: Re: What's wrong with Windows Command Prompt (was Re: Error Testing) From: David Robinow Cc: python-list@python.org Content-Type: text/plain; charset=UTF-8 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: 1382385328 news.xs4all.nl 15961 [2001:888:2000:d::a6]:47240 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57201 On Sat, Oct 19, 2013 at 4:35 PM, Terry Reedy wrote: > On 10/19/2013 2:31 PM, Tim Chase wrote: >> >> On 2013-10-19 14:08, 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"? >> ... > [Description of idle vs. Command Prompt] Not quite what I was trying to ask. I'm well aware that Idle has features that the Python interpreter on Windows doesn't. Idle also has features that the unix variants doesn't. I don't use my Ubuntu much so I'm somewhat ignorant, but I wasn't aware that the interactive interpreter on Linux had features that the Windows version didn't. I'm curious what those features might be.