[issue37765] Include keywords in autocomplete list for IDLE

2019-08-05 Thread Tal Einat
Tal Einat added the comment: To be clear, I'm currently -1 on this suggestion. -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue37765] Include keywords in autocomplete list for IDLE

2019-08-05 Thread Tal Einat
Tal Einat added the comment: The global completion list (i.e. when not completing a file name or object attribute) is already full of all the built-ins, imported modules and variables. So IMO we'd need a good reason to add yet more options into the completions list. Personally, I don't thi

[issue37765] Include keywords in autocomplete list for IDLE

2019-08-05 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +taleinat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue37765] Include keywords in autocomplete list for IDLE

2019-08-05 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : Currently, the basic repl for python provides keywords as part of autocompletion but IDLE doesn't provide them. I was trying to build an async repl on top of IDLE to support top level await statements as part of IDLE since "python -m asyncio" doe