Ken Jin <kenjin4...@gmail.com> added the comment:

Hi, I'm no IDLE expert, but I think moving the new soft keywords into kwlist 
seems wrong:

Soft keywords were added in Python 3.9 when the PEG parser became the default. 
The keyword list was also updated accordingly 
https://docs.python.org/3/library/keyword.html#keyword.softkwlist.

This link provides an explanation of how soft keywords differ from normal 
keywords:  
https://docs.python.org/3.10/reference/lexical_analysis.html#soft-keywords

Thanks

----------
nosy: +kj

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

Reply via email to