Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!hq-usenetpeers!hq-usenetpeers.eweka.nl!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3a.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'versions.': 0.07; 'cursor': 0.09; 'insertion': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bug': 0.12; 'jan': 0.12; '2.7': 0.14; 'windows': 0.15; 'before.': 0.16; 'chris,': 0.16; 'guessing': 0.16; 'marker': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'reproduce': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'looked': 0.18; 'command': 0.22; '>>>': 0.22; 'shell': 0.22; 'header:User-Agent:1': 0.23; 'fixed.': 0.24; 'mention': 0.26; 'skip:" 20': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'tried': 0.27; 'fixed': 0.29; 'chris': 0.29; 'am,': 0.29; 'especially': 0.30; "i'm": 0.30; '>>>>': 0.31; 'fri,': 0.33; 'but': 0.35; 'there': 0.35; 'idle': 0.36; 'area': 0.37; 'to:addr:python-list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'previous': 0.38; 'received:71': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'ian': 0.60; 'times': 0.62; 'yes': 0.68; 'press': 0.70; 'jul': 0.74; '3.4': 0.84; 'actually,': 0.84; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python 3 is killing Python Date: Fri, 18 Jul 2014 21:27:47 -0400 References: <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> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-71-175-90-87.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405733311 news.xs4all.nl 2860 [2001:888:2000:d::a6]:50645 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 5040 X-Received-Body-CRC: 1292730282 Xref: csiph.com comp.lang.python:74787 On 7/18/2014 11:50 AM, Mark Lawrence wrote: > On 18/07/2014 09:27, Chris Angelico wrote: >> 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. I know there was an issue and fix for in the shell. I suspect Control+LeftArrow was looked at and fixed at the same time, if not before. > Fixed by whom, Terry Reedy & Co or rr? Other people. -- Terry Jan Reedy