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 ned.deily
Recipients David.Pietz, Vance.Maverick, asvetlov, christian.heimes, ned.deily, pedrommeirelles, python-dev, r.david.murray, rhettinger, roger.serwy, wordtech
Date 2012-12-27.03:00:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356577206.04.0.36869244644.issue15853@psf.upfronthosting.co.za>
In-reply-to
Content
ActiveTcl 8.5.13 has now been released and, per ActiveState's usual practice of making only the current release and its immediate predecessor publicly downloadable, the ActiveTcl 8.5.11.1 release is no longer available at the URL above, as Vance noted.  8.5.13 includes fixes for other problems including another critical problem introduced in 8.5.12.x (Issue15574).  So, until the Python 3.3.1, 3.2.4, and 2.7.4 releases are available (which will include the workarounds for this issue) and if you do not have access to 8.5.11.1, one option is to patch IDLE yourself.

To assist in this, I have uploaded a shell script which will attempt to patch the python.org 3.3.0, 3.2.3, and 2.7.3 versions of IDLE if they are installed.  While I've tried to make it reasonably foolproof, examine and use at your own risk.  Download the attached file from this issue, patch_idle_issue_15853.sh, and run it in a terminal session.  It uses sudo so, on most systems, administrator access will be required.

See http://www.python.org/download/mac/tcltk/ for more information.
History
Date User Action Args
2012-12-27 03:00:06ned.deilysetrecipients: + ned.deily, rhettinger, wordtech, christian.heimes, roger.serwy, r.david.murray, asvetlov, python-dev, David.Pietz, pedrommeirelles, Vance.Maverick
2012-12-27 03:00:06ned.deilysetmessageid: <1356577206.04.0.36869244644.issue15853@psf.upfronthosting.co.za>
2012-12-27 03:00:06ned.deilylinkissue15853 messages
2012-12-27 03:00:05ned.deilycreate