Re: Python 3.1.3

2010-11-28 Thread Roy Smith
In article <53c154fa-e957-4266-ad12-eaf8c2ef3...@35g2000prt.googlegroups.com>, Gnarlodious wrote: > Well I don't know what a readline is, but I upgraded from 3.1.1 and it > was working fine. > > I might also add that the downarrow is also broken: ^[[B > > -- Gnarlie Readline is the (very coo

Re: Python 3.1.3

2010-11-28 Thread Ned Deily
In article , Roy Smith wrote: > I'm seeing the same behavior on a build I did of > > Python 3.2a4+ (py3k:86538, Nov 19 2010, 20:52:31) > > last week, also on 10.6.5. From the configure output, it looks like it > found readline: > > py3k$ grep -i readline config.status > D["HAVE_LIBREADLINE"

Re: Python 3.1.3

2010-11-28 Thread Ned Deily
In article <2b22dfa0-41d5-4047-8cfe-7a18e00e3...@o23g2000prh.googlegroups.com>, Gnarlodious wrote: > Ah yes, sorry. > This is Mac OSX 10.6.5, I did it build from the file at > http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tgz For Python 3.1 on OS X, you'll need to supply a version of the

Re: Python 3.1.3

2010-11-28 Thread Gnarlodious
Well I don't know what a readline is, but I upgraded from 3.1.1 and it was working fine. I might also add that the downarrow is also broken: ^[[B -- Gnarlie -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 3.1.3

2010-11-28 Thread Roy Smith
In article <2b22dfa0-41d5-4047-8cfe-7a18e00e3...@o23g2000prh.googlegroups.com>, Gnarlodious wrote: > Ah yes, sorry. > This is Mac OSX 10.6.5, I did it build from the file at > http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tgz > > -- Gnarlie I'm seeing the same behavior on a build I did

Re: Python 3.1.3

2010-11-28 Thread Gnarlodious
Ah yes, sorry. This is Mac OSX 10.6.5, I did it build from the file at http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tgz -- Gnarlie -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 3.1.3

2010-11-28 Thread Stefan Behnel
Gnarlodious, 28.11.2010 16:35: Don't know why, but in Terminal the uparrow now gives me: ^[[A which means I no longer have history scrolling. You seem to be mailing from a Mac, is that the system you're having this problem with? Did you build Python yourself or use a provided binary? (and,

Re: Python 3.1.3

2010-11-28 Thread Gnarlodious
Don't know why, but in Terminal the uparrow now gives me: ^[[A which means I no longer have history scrolling. -- Gnarlie -- http://mail.python.org/mailman/listinfo/python-list