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 markroseman, ned.deily, serhiy.storchaka, terry.reedy
Date 2016-06-27.00:23:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466987000.15.0.667260670787.issue27173@psf.upfronthosting.co.za>
In-reply-to
Content
The change in v4 is the addition of 
        self.AddChangedItem('main', 'Keys', 'name2', '')
There is a bug in the get keys function.  After applying, when I restart IDLE and go to 'Keys', my custom key set is 'Modern Unix' instead of 'Terry'.  It is still 'Terry' on other, unpatched IDLEs. I shelved the patch, restarted, back to 'Terry'.  Repeated unshelving and shelving restarts switched each time.
History
Date User Action Args
2016-06-27 00:23:20terry.reedysetrecipients: + terry.reedy, ned.deily, markroseman, serhiy.storchaka
2016-06-27 00:23:20terry.reedysetmessageid: <1466987000.15.0.667260670787.issue27173@psf.upfronthosting.co.za>
2016-06-27 00:23:20terry.reedylinkissue27173 messages
2016-06-27 00:23:18terry.reedycreate