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 for dict keys
Type: enhancement Stage: resolved
Components: IDLE Versions: Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Teach IDLE to Autocomplete dictionary keys
View: 21261
Assigned To: Nosy List: kbk, roger.serwy, taleinat, terry.reedy
Priority: normal Keywords:

Created on 2016-05-13 09:00 by taleinat, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg265457 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2016-05-13 09:00
I just wanted to mention that I once added this feature to IDLE and it's really great for interactive work, especially with data structures such as tables or JSON. If there's ever interest, I can try to hunt down my old code.
msg265467 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2016-05-13 12:03
#21261 has a patch that I have not looked at.  Comment and review welcome.
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71200
2016-05-13 12:03:26terry.reedysetstatus: open -> closed
superseder: Teach IDLE to Autocomplete dictionary keys
messages: + msg265467

resolution: duplicate
stage: resolved
2016-05-13 09:00:33taleinatcreate