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 Bruce.Sherwood, ned.deily
Date 2010-10-14.05:29:21
SpamBayes Score 5.08108e-11
Marked as misclassified No
Message-id <1287034183.44.0.999368420226.issue10079@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for creating the patch.  Since it is a feature, it would be considered to be applied to the current py3k branch (which at the moment is what will be going into the 3.2 release) rather than 3.1 which is generally only accepting bug fixes.

By the way, since I was investigating some other issues in IDLE for OS X, I thought it would be interesting to try the code here on the current 3.2. To that end, I did a quick forward port of the patch file, vidle20101012.diff, to the current py3k (3.2) branch.  The results are attached, but need to be thoroughly reviewed.  I simply did a quick test which indicated the patch did not have an impact one way or the other on the other issues so, at the moment, I am not planning to work further on this patch. I am uploading it here in case it might be of use.

Some notes: the 3.2 version of the patch differs because some of the changes in the original patch have already been checked in to py3k; there was another new file missing from the original patch (utils.py) which I pulled in from the vpython.org VIDLE 3.1.2 source patch, and I noticed one line in IOBinding.py that is commented out in the vidle20101012.diff file but not in the vpython.org source (I added a further comment there around line 240).
History
Date User Action Args
2010-10-14 05:29:43ned.deilysetrecipients: + ned.deily, Bruce.Sherwood
2010-10-14 05:29:43ned.deilysetmessageid: <1287034183.44.0.999368420226.issue10079@psf.upfronthosting.co.za>
2010-10-14 05:29:41ned.deilylinkissue10079 messages
2010-10-14 05:29:41ned.deilycreate