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 darthur90, ned.deily, ronaldoussoren, taleinat, terry.reedy
Date 2021-06-11.19:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623440242.63.0.604435241434.issue40128@roundup.psfhosted.org>
In-reply-to
Content
With 3.10.0b2 on my MacBook Air, completions work as far as I tested, with Edit => Show completions, Tab, and ^-Space.

i<tab>
i<^-Space>
int.(configered pause)
int.<^-Space, after dismissing box with Esc key>

3.9.5, without the patch, remains buggy.  I attribute the difference to using tcl/tk 8.6.11 in 3.10 versus 8.6.8 in 3.9 (and 3.8 and worse previously).

3.9.5, with the patch, the above work.  I will apply the patch in main and then backport because other Mac installers may have not switched to 8.6.11, I am not sure it never helps with 8.6.11, I prefer to keep active versions in sync, and it should not hurt except for a micro slowdown.

I opened #44398 for the hotkey issue.
History
Date User Action Args
2021-06-11 19:37:22terry.reedysetrecipients: + terry.reedy, ronaldoussoren, taleinat, ned.deily, darthur90
2021-06-11 19:37:22terry.reedysetmessageid: <1623440242.63.0.604435241434.issue40128@roundup.psfhosted.org>
2021-06-11 19:37:22terry.reedylinkissue40128 messages
2021-06-11 19:37:22terry.reedycreate