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 xtreak
Recipients terry.reedy, xtreak
Date 2019-08-05.18:03:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565028208.66.0.693944767751.issue37765@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-08-05 18:03:28xtreaksetrecipients: + xtreak, terry.reedy
2019-08-05 18:03:28xtreaksetmessageid: <1565028208.66.0.693944767751.issue37765@roundup.psfhosted.org>
2019-08-05 18:03:28xtreaklinkissue37765 messages
2019-08-05 18:03:28xtreakcreate