Re: [Pythonmac-SIG] Python 3 Update?

2009-02-16 Thread Ned Deily
In article <[email protected]>, Chris Rebert wrote: > On Sun, Feb 15, 2009 at 6:50 PM, Scott Clausen wrote: > > Hello, > > > > I'm new to the list and was wondering if Mac's can upgrade to Python v3. > > http://python.org/ftp/python/3.0.1/python-3.0.1

Re: [Pythonmac-SIG] resetting up-arrow

2009-02-16 Thread Ned Deily
In article <[email protected]>, DavidW wrote: > In MacPython 2.5 (standard pkg install) I've lost the up-arrow > function/scrollback function to '^[[A' > > Elegant as is is, it's not very friendly! > > I'm pretty sure it used to work. > If I load macPython 2.

Re: [Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-16 Thread Ned Deily
In article , Ned Deily wrote: > I've opened the following issues for problems with various menu, key > definitions, and launch problems with IDLE.app and bin/idle on OS X: > > > > > Th

Re: [Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-16 Thread Tom Bridgman
Is there a reliable way to install python 3 on a Mac without damaging the resident installation? Are there 10.4 vs 10.5 issues? Tom On Feb 16, 2009, at 3:59 AM, Ned Deily wrote: In article , Ned Deily wrote: I've opened the following issues for problems with various menu, key definitions,

Re: [Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-16 Thread Ned Deily
In article <[email protected]>, Tom Bridgman wrote: > Is there a reliable way to install python 3 on a Mac without damaging > the resident installation? Are there 10.4 vs 10.5 issues? It's easy to install multiple versions and there should be no danger of damage.

Re: [Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-16 Thread Ned Deily
In article , Ned Deily wrote: > [...] All versions can > co-exist with each other and with the Apple-supplied python which lives > in /System/Library/Frameworks/Python.framework/Versions/2.5 > for 10.5 and 2.3 for > 10.4. > [...] -- Ned Deily, [email protected]