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
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):