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 terry.reedy
Recipients gvanrossum, markroseman, ncoghlan, ned.deily, serhiy.storchaka, terry.reedy
Date 2016-05-13.03:06:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463108770.01.0.396450667724.issue26993@psf.upfronthosting.co.za>
In-reply-to
Content
Both Serhiy and Ned have expressed concern about the difficulty of merging patches from 3.5 to 3.6 once the 3.6 files are renamed.  To me, this is a non-issue since I don't expect to do that more than a few times, and some may be null merges of backports of fixes originally developed for and applied to 3.6.  And I don't expect another core developer to start applying patches to 3.5.

Hence my opinion that I should use hg rename, to keep continuity of revision history as much as possible, and that I should push a complete rename patch as soom as possible.

Two things that I *will* apply to 3.5, if and when possible, are fixing the third regression (Idle preferences not opening on Linux with tk 8.6, #26673) and fixing freezing of Macs when clicking on a completion window (#15786).

To me, this issue is a start on paying down IDLE's technical debt.
History
Date User Action Args
2016-05-13 03:06:10terry.reedysetrecipients: + terry.reedy, gvanrossum, ncoghlan, ned.deily, markroseman, serhiy.storchaka
2016-05-13 03:06:10terry.reedysetmessageid: <1463108770.01.0.396450667724.issue26993@psf.upfronthosting.co.za>
2016-05-13 03:06:09terry.reedylinkissue26993 messages
2016-05-13 03:06:09terry.reedycreate