Ned Deily added the comment:

I've not seen any reports of this behavior before.  Can you try two things?  
One, try temporarily disabling your current IDLE preferences. Quit IDLE, then 
from a terminal shell, type something like:

mv ~/.idlerc ~/.idlerc-disabled

then launch IDLE and try the paren again.  If that doesn't help, try 
temporarily disabling the ActiveState Tk.  Again, quit IDLE. Then, from a 
terminal shell:

cd /Library/Frameworks
sudo mv Tcl.framework Tcl-disabled
sudo mv Tk.framework Tk-disabled

Then try IDLE again.

----------
nosy: +ned.deily

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16177>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to