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 Bruce.Sherwood
Recipients Bruce.Sherwood
Date 2010-10-18.15:53:45
SpamBayes Score 0.042727757
Marked as misclassified No
Message-id <1287417245.71.0.949450394447.issue10137@psf.upfronthosting.co.za>
In-reply-to
Content
At Guido's request, I've carried out the same update to the IDLE
distributed with Python 2.7 that I submitted for Python 3, to incorporate the work of Guilherme Polo in the Google Summer of Code 2009. Guido was concerned that with significant problems reported for IDLE 2.7, there should be an update despite Python 2.7 itself being essentially frozen. The basic structure for IDLE 3.2 was carried over. The main changes that had to be made were the change in module names between Python 2.7 and Python 3.2 (e.g. Tkinter in 2.7 is tkinter in 3.2).
History
Date User Action Args
2010-10-18 15:54:05Bruce.Sherwoodsetrecipients: + Bruce.Sherwood
2010-10-18 15:54:05Bruce.Sherwoodsetmessageid: <1287417245.71.0.949450394447.issue10137@psf.upfronthosting.co.za>
2010-10-18 15:54:04Bruce.Sherwoodlinkissue10137 messages
2010-10-18 15:54:04Bruce.Sherwoodcreate