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.

classification
Title: Idle completion windows should close on Escape key
Type: behavior Stage: resolved
Components: IDLE Versions: Python 3.9, Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: JohnnyNajera, miss-islington, terry.reedy
Priority: normal Keywords: patch

Created on 2019-11-30 11:42 by JohnnyNajera, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 17419 merged JohnnyNajera, 2019-11-30 12:12
PR 17546 merged miss-islington, 2019-12-09 23:22
PR 17547 merged miss-islington, 2019-12-09 23:22
Messages (5)
msg357658 - (view) Author: JohnnyNajera (JohnnyNajera) * Date: 2019-11-30 11:42
Tested on all major Ubuntu releases.
msg358149 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2019-12-09 23:22
New changeset 232689b40d8fcbbac27c8705607ff482ea5b46f8 by Terry Jan Reedy (JohnnyNajera) in branch 'master':
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
https://github.com/python/cpython/commit/232689b40d8fcbbac27c8705607ff482ea5b46f8
msg358151 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2019-12-09 23:32
With this done, we can think about whether the behavior of <Return> should be changed (on a new issue).  I need to first document what it does do in all the different situations.
msg358152 - (view) Author: miss-islington (miss-islington) Date: 2019-12-09 23:38
New changeset 2b2c7bf231aadc0dd985e02549b1a8b93334047a by Miss Islington (bot) in branch '3.8':
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
https://github.com/python/cpython/commit/2b2c7bf231aadc0dd985e02549b1a8b93334047a
msg358153 - (view) Author: miss-islington (miss-islington) Date: 2019-12-09 23:40
New changeset 4e0e452dd06a0f3565d94075188d1fd1f60d4d65 by Miss Islington (bot) in branch '3.7':
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
https://github.com/python/cpython/commit/4e0e452dd06a0f3565d94075188d1fd1f60d4d65
History
Date User Action Args
2022-04-11 14:59:23adminsetgithub: 83125
2019-12-09 23:50:49terry.reedysetstatus: open -> closed
resolution: fixed
stage: backport needed -> resolved
2019-12-09 23:40:16miss-islingtonsetmessages: + msg358153
2019-12-09 23:38:37miss-islingtonsetnosy: + miss-islington
messages: + msg358152
2019-12-09 23:32:35terry.reedysetversions: - Python 2.7, Python 3.5, Python 3.6
title: Idle autocomplete window doesn't close on Escape key -> Idle completion windows should close on Escape key
messages: + msg358151

type: behavior
stage: patch review -> backport needed
2019-12-09 23:22:50terry.reedylinkissue27609 dependencies
2019-12-09 23:22:36miss-islingtonsetpull_requests: + pull_request17023
2019-12-09 23:22:29miss-islingtonsetpull_requests: + pull_request17022
2019-12-09 23:22:20terry.reedysetmessages: + msg358149
2019-11-30 12:12:42JohnnyNajerasetkeywords: + patch
stage: patch review
pull_requests: + pull_request16899
2019-11-30 11:42:29JohnnyNajeracreate