Message394591
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. |
|
Date |
User |
Action |
Args |
2021-05-27 20:11:02 | terry.reedy | set | recipients:
+ terry.reedy, rhettinger, ronaldoussoren, taleinat, ned.deily, serhiy.storchaka, miss-islington |
2021-05-27 20:11:02 | terry.reedy | set | messageid: <1622146262.72.0.471161461279.issue41611@roundup.psfhosted.org> |
2021-05-27 20:11:02 | terry.reedy | link | issue41611 messages |
2021-05-27 20:11:02 | terry.reedy | create | |
|