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 kj
Recipients epaine, kj, taleinat, terry.reedy
Date 2021-05-02.15:53:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619970818.96.0.919887322328.issue44010@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-05-02 15:53:39kjsetrecipients: + kj, terry.reedy, taleinat, epaine
2021-05-02 15:53:38kjsetmessageid: <1619970818.96.0.919887322328.issue44010@roundup.psfhosted.org>
2021-05-02 15:53:38kjlinkissue44010 messages
2021-05-02 15:53:38kjcreate