Terry J. Reedy <tjre...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue27609>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to