[issue38944] Idle autocomplete window doesn't close on Escape key

2019-12-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +17023 pull_request: https://github.com/python/cpython/pull/17547 ___ Python tracker ___ __

[issue38944] Idle autocomplete window doesn't close on Escape key

2019-12-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: 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

[issue38944] Idle autocomplete window doesn't close on Escape key

2019-12-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +17022 pull_request: https://github.com/python/cpython/pull/17546 ___ Python tracker ___ __

[issue38944] Idle autocomplete window doesn't close on Escape key

2019-11-30 Thread JohnnyNajera
Change by JohnnyNajera : -- keywords: +patch pull_requests: +16899 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17419 ___ Python tracker ___ ___

[issue38944] Idle autocomplete window doesn't close on Escape key

2019-11-30 Thread JohnnyNajera
New submission from JohnnyNajera : Tested on all major Ubuntu releases. -- assignee: terry.reedy components: IDLE messages: 357658 nosy: JohnnyNajera, terry.reedy priority: normal severity: normal status: open title: Idle autocomplete window doesn't close on Escape key versions: Python