[issue38943] Idle autocomplete window doesn't show up

Terry J. Reedy report at bugs.python.org
Fri Nov 29 22:34:11 EST 2019


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

IDLE completes global names, attributes, and file names with various invocation methods.  The main problem users have in editor windows is not running the module to update namespaces.  But the claim here (and in the PR) is that there is a timing problem. 

JN,  please post at least one minimal, specific, sometimes reproducible example, with code and user actions, that misbehaves.  Do you have any idea why a 1 millesecond delay helps?

(3.5 and 3.6 only get security fixes.)

----------
nosy: +taleinat
versions:  -Python 3.5, Python 3.6

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


More information about the Python-bugs-list mailing list