[Tutor] my modules idle doesn't list functions python3.3

eryksun eryksun at gmail.com
Wed Feb 5 14:35:23 CET 2014


On Wed, Feb 5, 2014 at 6:53 AM, Ian D <duxbuz at hotmail.com> wrote:
>
> But if I use Python 3.3
> It does not display the functions using autocomplete

Maybe IDLE's AutoComplete extension is disabled. The configuration is
in Lib\idlelib\config-extensions.def, with the following defaults:

    [AutoComplete]
    enable=1
    popupwait=2000

    [AutoComplete_cfgBindings]
    force-open-completions=<Control-Key-space>

    [AutoComplete_bindings]
    autocomplete=<Key-Tab>
    try-open-completions=<KeyRelease-period>
                         <KeyRelease-slash>
                         <KeyRelease-backslash>


More information about the Tutor mailing list