New submission from Karthikeyan Singaravelan <tir.kar...@gmail.com>:

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" doesn't provide a good repl and found during usage keywords 
like async/await being part of autocomplete to provide a good experience like 
the basic repl to type faster. I couldn't find any old issues with search 
around why keywords were excluded so I thought of filing a new one for this 
suggestion.

----------
assignee: terry.reedy
components: IDLE
messages: 349061
nosy: terry.reedy, xtreak
priority: normal
severity: normal
status: open
title: Include keywords in autocomplete list for IDLE
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37765>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to