diff options
author | Grigoriev Semyon <33061489+grigoriev-semyon@users.noreply.github.com> | 2024-04-02 10:42:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 10:42:58 (GMT) |
commit | c97d3af2391e62ef456ef2365d48ab9b8cdbe27b (patch) | |
tree | 0afaf45e907ff189c6a955f7e613211803a10ea8 /Misc/NEWS.d/next | |
parent | 1d5479b236e9a66dd32a24eff6fb83e3242b999d (diff) | |
download | cpython-c97d3af2391e62ef456ef2365d48ab9b8cdbe27b.zip cpython-c97d3af2391e62ef456ef2365d48ab9b8cdbe27b.tar.gz cpython-c97d3af2391e62ef456ef2365d48ab9b8cdbe27b.tar.bz2 |
gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2024-04-02-06-16-49.gh-issue-109120.X485oN.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-04-02-06-16-49.gh-issue-109120.X485oN.rst b/Misc/NEWS.d/next/Core and Builtins/2024-04-02-06-16-49.gh-issue-109120.X485oN.rst new file mode 100644 index 0000000..32e70b2 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-04-02-06-16-49.gh-issue-109120.X485oN.rst @@ -0,0 +1,2 @@ +Added handle of incorrect star expressions, e.g ``f(3, *)``. Patch by +Grigoryev Semyon |