New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include soft keywords in keyword.py #20877
Conversation
|
Given that soft keywords are still unused I have not included a news file: Tell me if you would prefer to include one. |
Thanks! I think no news is needed, this is essentially an internal tool.
|
Since soft keywords are supported in 3.9 (even though there are none), should we backport the API there??? |
I think so, to make future backports easier more than anything. |
|
Thanks @pablogsal for the PR |
|
Sorry, @pablogsal, I could not cleanly backport this to |
(cherry picked from commit 78319e3) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
|
GH-20880 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit 78319e3) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
|
Since the keyword module is documented (https://docs.python.org/3.10/library/keyword.html), I believe this should be added to the docs as well. |
Good catch, I will open a PR soon |
|
Opened #21185 |
No description provided.