◐ Shell
clean mode source ↗

Message 373265 - Python tracker

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.