Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'separately': 0.09; 'python': 0.10; '24,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'idle.': 0.16; 'wrote:': 0.16; 'python?': 0.18; 'steve': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'third-party': 0.23; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'fri,': 0.27; 'wonder': 0.27; 'message- id:@mail.gmail.com': 0.27; 'windows,': 0.29; 'certainly': 0.30; 'version,': 0.30; 'older': 0.32; 'usually': 0.33; 'idle': 0.33; 'received:google.com': 0.35; 'python.org': 0.35; 'but': 0.36; 'there': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'version': 0.38; 'some': 0.40; 'day': 0.67; 'jul': 0.72; 'chrisa': 0.84; 'to:none': 0.91; 'on?': 0.91 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=aRMtxWiraX20ehI+ar7y1li18wIT/XDwE90HUtA/90g=; b=PGAb/kcTKeKrTU/2QhQaThEZIigx6nnooCYEbmDqMxEipQW4XaovheDSG38onXhz/7 /ftSZoQWBZ5ZeiDxqUjbVMYREm8h2hHL+S/PxCe7EPafBVWYPCB4jCYDEznARimudE08 BDS6h6YEKB8CymALiEFttRY50HSWb5TwBr5OO6vLGFoyKUh0xIdPD1uZ5SUGh/Htnt92 uJWyzO4rKxXEDxB3g7uh/eAA2ztAmG+7Zs/yKoNgD9T6m3OA46nVBB6u+vzGCDMp3GaC s0OdzAUWs8UVIqXOxY6nkzC48MoBNVUcdSqVpIUQNUpk4w7XXgAOq0Hdm00vwX6sE+cO UW7Q== MIME-Version: 1.0 X-Received: by 10.107.132.7 with SMTP id g7mr17679184iod.9.1437702016752; Thu, 23 Jul 2015 18:40:16 -0700 (PDT) In-Reply-To: <9f2eea0f-2e1b-42a6-8510-feba034769c0@googlegroups.com> References: <9f2eea0f-2e1b-42a6-8510-feba034769c0@googlegroups.com> Date: Fri, 24 Jul 2015 11:40:16 +1000 Subject: Re: Python 3.4 Idle? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437702026 news.xs4all.nl 2949 [2001:888:2000:d::a6]:42404 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94483 On Fri, Jul 24, 2015 at 11:34 AM, Steve Burrus wrote: > I got Idle the other day biut had to get the older version, 2.7, of python to get it. So I wonder if there is an Idle version that comes with python 3.4.*? What system are you on? What did you do to install Python? On Windows, the python.org installers usually come with IDLE; on some Linuxes, it's separately distributed; if you got a third-party Python distro, it's up to them what they put in it. But yes, you most certainly can get 3.4+ with IDLE. ChrisA