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.

Created on 2020-01-19 17:26 by cheryl.sabella, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18068 merged cheryl.sabella, 2020-01-19 17:29
PR 18178 merged miss-islington, 2020-01-25 09:01
PR 18179 merged miss-islington, 2020-01-25 09:01
Messages (5)
msg360262 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2020-01-19 17:26
In https://bugs.python.org/issue35598#msg332634, Terry mentioned a bug when updating the configuration of a key, but then cancelling out of configdialog. > Change a key binding. Cancel. Re-open config dialog. Try to change back. It says original binding is in use -- which it is if one closes IDLE and reopens, or opens a different instance. It seems that cancel is not properly undoing the temporary change.
msg360667 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-01-25 02:19
Thank you for the reminder. There must be other changes not being cancelled, but I will finish this fix instead of measuring the bug ;-).
msg360675 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-01-25 09:01
 New changeset d0d9fa8c5e30aff71b6d5e8b2673396622f33270 by Terry Jan Reedy (Cheryl Sabella) in branch 'master': bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) https://github.com/python/cpython/commit/d0d9fa8c5e30aff71b6d5e8b2673396622f33270 
msg360676 - (view) Author: miss-islington (miss-islington) Date: 2020-01-25 09:17
 New changeset a23449285430081ea317cc1f203c80c410bbd8b9 by Miss Islington (bot) in branch '3.8': bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) https://github.com/python/cpython/commit/a23449285430081ea317cc1f203c80c410bbd8b9 
msg360677 - (view) Author: miss-islington (miss-islington) Date: 2020-01-25 09:18
 New changeset fd9ce2b924263c1f5c5a2f3f3095fe6ae97c1432 by Miss Islington (bot) in branch '3.7': bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) https://github.com/python/cpython/commit/fd9ce2b924263c1f5c5a2f3f3095fe6ae97c1432 
History
Date User Action Args
2022-04-11 14:59:25adminsetgithub: 83569
2020-01-25 11:37:53terry.reedysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-01-25 09:18:32miss-islingtonsetmessages: + msg360677
2020-01-25 09:17:58miss-islingtonsetnosy: + miss-islington
messages: + msg360676
2020-01-25 09:01:22miss-islingtonsetpull_requests: + pull_request17563
2020-01-25 09:01:21terry.reedysetmessages: + msg360675
2020-01-25 09:01:19miss-islingtonsetpull_requests: + pull_request17562
2020-01-25 02:19:23terry.reedysetmessages: + msg360667
2020-01-19 17:29:34cheryl.sabellasetkeywords: + patch
stage: patch review
pull_requests: + pull_request17460
2020-01-19 17:26:54cheryl.sabellacreate