Patch for IDLE/OS X to work with Tk-Cocoa

Kevin Walzer kw at codebykevin.com
Fri Jan 22 20:52:13 EST 2010


On 1/22/10 5:47 PM, G73 wrote:
> im trying to update a patch. here is link to various patches
> http://bugs.python.org/issue6075
>
> how do i update the patch, say for EditorWindow.patch.
> i have located my python installation the EditorWindow.py, and i can
> see some differences (which lines from the patch actually go into the
> EditorWindow.py ?.
> Also assuming i know which lines to edit, do i just edit the
> EditorWindow.py and that is it ? will i then be abler to run IDLE and
> this then pick up the changes i have made in EditorWindow/py ?
>
> im new to python and mac, but trying to learn it.

To apply a patch, run "patch < patchfile," with patchfile being the 
patch. The command-line tool will prompt you for the name of the file to 
patch.

I'm the author of those patches--hope you find them useful!

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com



More information about the Python-list mailing list