This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients miss-islington, ned.deily, rhettinger, ronaldoussoren, serhiy.storchaka, taleinat, terry.reedy
Date 2021-05-27.20:11:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622146262.72.0.471161461279.issue41611@roundup.psfhosted.org>
In-reply-to
Content
The completion freeze fix is easily backported to non-Windows installations.

1. Run IDLE
2. File => Open Module, enter 'idlelib.autocomplete_w', OK.
3. Goto line 247 (3.9) or 250 (3.10) with "acw.update".
4. Add # in from of above to disable it.
5. Save and close IDLE, then restart.

For me, with 3.10.0b1, this restores full functions, with boxes appearing as appropriate.  With 3.9.5, no freeze by also no box.  2 or 3 tabs brings up first match.  'pr<tab><tab><tab>' = print, 'int.<tab><tab>' = int.as_integer_ratio.  As far as I know, the file is the same in both versions.  Both versions are the same in Shell and Editor, so it is not the improved 3.10 shell.
History
Date User Action Args
2021-05-27 20:11:02terry.reedysetrecipients: + terry.reedy, rhettinger, ronaldoussoren, taleinat, ned.deily, serhiy.storchaka, miss-islington
2021-05-27 20:11:02terry.reedysetmessageid: <1622146262.72.0.471161461279.issue41611@roundup.psfhosted.org>
2021-05-27 20:11:02terry.reedylinkissue41611 messages
2021-05-27 20:11:02terry.reedycreate