On Wed, Feb 5, 2014 at 6:53 AM, Ian D <dux...@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>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to