Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'versions.': 0.07; 'cursor': 0.09; 'insertion': 0.09; 'cc:addr :python-list': 0.11; 'bug': 0.12; '2.7': 0.14; 'windows': 0.15; 'chris,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'guessing': 0.16; 'marker': 0.16; 'reproduce': 0.16; 'wrote:': 0.18; 'command': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'fixed.': 0.24; 'cc:2**0': 0.24; 'mention': 0.26; 'skip:" 20': 0.27; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'especially': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'idle': 0.36; 'area': 0.37; 'pm,': 0.38; 'previous': 0.38; 'either': 0.39; 'ian': 0.60; 'times': 0.62; 'yes': 0.68; 'press': 0.70; 'jul': 0.74; '3.4': 0.84; 'actually,': 0.84; 'to:none': 0.92 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=B+GNFBVCB8vhbU3IRbJN0Zedw+guB31woNytL89lFIw=; b=G9gSH0U2VSkrhnS3UhOuoKaxqZGCLpkytx6YwmyYLhT6fNm3Ux8SboPF1UhXuWLQky 7wt+yYrSa3CNwxMUAN8PevxQSNaDIfhtsqboD+s32k6C0YJSaC2PiU8nVZemy4i+J3Re y/SAV6Pp+Vzxz2JYh3rfynaP2jZivrdIF/7O8mUh/fdOww3NNOOGS4siftjAOastH9yG 7cRm5cHcaX3BUa/GKUxWiTIh+rnpBrl3pXsgiVjiEAKv7VSvtSvZc3x/kF/MaPgGD7L0 twHW05mwImeJez41JWyJ8hqm2dc8h35WMUQWcTwP56v6IErFzZC6KXY3Kg1zey+iJXyR UhtQ== MIME-Version: 1.0 X-Received: by 10.52.33.202 with SMTP id t10mr842661vdi.97.1405672024004; Fri, 18 Jul 2014 01:27:04 -0700 (PDT) In-Reply-To: References: <5389cb53$0$29978$c3e8da3$5496439d@news.astraweb.com> <99b7b2a2-7521-42d7-a5a0-1a35d4d5b922@googlegroups.com> <53C4A454.9010600@gmail.com> <87zjga4j4v.fsf@elektro.pacujo.net> <53c57bae$0$9505$c3e8da3$5496439d@news.astraweb.com> <87iomy4ciy.fsf@elektro.pacujo.net> <53c5f6dc$0$9505$c3e8da3$5496439d@news.astraweb.com> <87egxl4zq8.fsf@elektro.pacujo.net> <53c73ff0$0$29897$c3e8da3$5496439d@news.astraweb.com> <9ef930a0-5a41-4a20-a13a-003c9e8246fe@googlegroups.com> Date: Fri, 18 Jul 2014 18:27:03 +1000 Subject: Re: Python 3 is killing Python From: Chris Angelico Cc: Python 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405672032 news.xs4all.nl 2869 [2001:888:2000:d::a6]:50946 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74734 On Fri, Jul 18, 2014 at 6:21 PM, Ian Kelly wrote: >> Yes Chris, i also think that the IDLE shell is "spectacular" >> when i'm using it, especially when i press >> "CONTROL+LEFT_ARROW" and the insertion cursor lands *BEHIND* >> the start of the interactive command marker " >>>", an >> area where key presses are not allowed, so *NOW* I must press >> "CONTROL+RIGHT_ARROW" three times to get to my destination! > > I just tried to reproduce this using IDLE 3.4 on Windows and was not able to. Actually, now you mention it, I do recall experiencing a bug like this in previous versions. It's not the case in either my 2.7 (point something, but I don't remember what) nor 3.4, so I'm guessing it's been fixed. ChrisA