[issue21261] Teach IDLE to Autocomplete dictionary keys

Martin Panter report at bugs.python.org
Fri May 13 09:29:49 EDT 2016


Martin Panter added the comment:

I have no idea how IDLE works internally, but I wonder if it is possible to share some of the work with the Readline completer (rlcompleter module). Despite the name, rlcompleter should be usable without also using Readline, though recently (Issue 25660) I think this was broken. Anyway, maybe see Issue 10351 for the beginning of an rlcompleter patch and some potential test cases.

----------
nosy: +martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21261>
_______________________________________


More information about the Python-bugs-list mailing list