[issue27609] IDLE completions: format, factor, and fix

Terry J. Reedy report at bugs.python.org
Tue Jul 7 19:32:12 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Normally, tab completion works for attributes (after '.' and a possible prefix) and files (after os.sep and a possible prefix).  Unique matches to prefixes are immediately selected, as for undotted module names.  After changing the completion wait time and before restarting, this is disabled and tab adds spaces instead.  This need a new issue and fix.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27609>
_______________________________________


More information about the Python-bugs-list mailing list