Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; '3.2': 0.05; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'binary': 0.14; 'wrote:': 0.14; '"release': 0.16; 'from:addr:acm.org': 0.16; 'osx': 0.16; 'received:198.144': 0.16; 'stick': 0.19; '(like': 0.21; 'reason,': 0.23; 'windows': 0.26; 'installer': 0.30; 'done': 0.32; 'received:198': 0.32; 'header:X-Complaints-To:1': 0.32; 'to:addr:python-list': 0.33; 'header:User-Agent:1': 0.35; 'distributor': 0.35; 'source,': 0.35; 'charset:us-ascii': 0.36; 'third-party': 0.37; 'url:python': 0.38; 'received:org': 0.38; 'subject:can': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'trouble': 0.39; 'should': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'you.': 0.62; 'took': 0.63; 'url:4': 0.63; 'url:3': 0.67; 'yourself': 0.68; 'article': 0.76; 'url:7': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Updated now can't scroll uparrow Date: Fri, 03 Jun 2011 01:08:12 -0700 References: <8eb67ffb-cd6e-4875-af4e-5fb8b69a1d80@s2g2000yql.googlegroups.com> <6dc00d94-2776-47c1-8ad6-d7e608c6e403@n11g2000yqf.googlegroups.com> <730fedb4-a3ad-46df-ad66-2376d0af4d4d@p13g2000yqh.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: baybryj.net User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 24 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307088507 news.xs4all.nl 49177 [::ffff:82.94.164.166]:56780 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6922 In article <730fedb4-a3ad-46df-ad66-2376d0af4d4d@p13g2000yqh.googlegroups.com>, Gnarlodious wrote: > After copious headscratching I took Ned's advice and went for 3.2 > which includes built-in interactive arrow key support. To any Mac OSX > readers, save yourself the trouble and don't even try Python 3.1.3. Or use a binary installer (like those provided by python.org) or a third-party package distributor (like MacPorts or Homebrew) that has done the hard work for you. That said, you should find many improvements in 3.2.x over 3.1.x. 3.2.1rc1 ("rc" == "release candidate") is available now and an rc2 should be available in the very near future. If you have to stick with 3.1 for some reason, there's also a 3.1.4rc1 available now. And a 2.7.2rc1. All available with source, Windows installers, and Mac OS X installers. http://www.python.org/download/releases/3.2.1/ http://www.python.org/download/releases/3.1.4/ http://www.python.org/download/releases/2.7.2/ -- Ned Deily, nad@acm.org