[issue10472] Strange tab key behaviour in interactive python 2.7 OSX 10.6.2

2010-11-20 Thread Ned Deily
Ned Deily added the comment: The problem you see is with the 2.7 64-/32-bit OS X installer and is documented and will be fixed with the patch in Issue9907. In the meantime, a workaround is to delete the installed 2.7 framework and install the 32-bit-only version which is built with GNU readl

[issue10472] Strange tab key behaviour in interactive python 2.7 OSX 10.6.2

2010-11-20 Thread Daniel Harper
New submission from Daniel Harper : Hi there. I recently downloaded the python 2.7 installer from the python website and installed it on my Mac. When I run python2.7 in interactive mode, the tab key doesn't seem to behave as how it did in 2.6. For example >> def helloWorld(name):