This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wordtech
Recipients wordtech
Date 2009-07-11.18:31:51
SpamBayes Score 0.036002748
Marked as misclassified No
Message-id <1247337114.05.0.431997282863.issue6463@psf.upfronthosting.co.za>
In-reply-to
Content
In running IDLE against a build of Tk-Cocoa (8.5.7) on OS X, the edit and 
format menus sometimes hang and require a force-quit of IDLE. This happens 
when I try to paste text, and also when trying to format selections of 
text with indentation, etc. I've looked closely at the code for 
Bindings.py, EditorWindow.py, PyShell.py, and macOSXSupport.py, and can 
find no obvious reason for these problems. I am confident that the problem 
is not with Tk-Cocoa itself, as copy, pasting, etc. in a basic Tkinter 
text widget presents no problems, but resides instead somewhere in IDLE's 
code and how it interacts with the Tk-Cocoa build. I'm testing against 
Python 2.6.2.
History
Date User Action Args
2009-07-11 18:31:54wordtechsetrecipients: + wordtech
2009-07-11 18:31:54wordtechsetmessageid: <1247337114.05.0.431997282863.issue6463@psf.upfronthosting.co.za>
2009-07-11 18:31:52wordtechlinkissue6463 messages
2009-07-11 18:31:51wordtechcreate