diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2023-10-12 10:51:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-12 10:51:56 (GMT) |
commit | 4d0e6c895e8b7396ea9d84422db05b329d1985ac (patch) | |
tree | 531c3bfb36e8e36a878159fba476a4055dad7f6e /Misc/NEWS.d | |
parent | ea3ac56a05d00da82ffd4b9326654aab4893cb72 (diff) | |
download | cpython-4d0e6c895e8b7396ea9d84422db05b329d1985ac.zip cpython-4d0e6c895e8b7396ea9d84422db05b329d1985ac.tar.gz cpython-4d0e6c895e8b7396ea9d84422db05b329d1985ac.tar.bz2 |
[3.12] gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (GH-110706) (#110765)
(cherry picked from commit 3d180347ae73119bb51500efeeafdcd62bcc6f78)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-10-11-13-46-14.gh-issue-110696.J9kSzr.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-10-11-13-46-14.gh-issue-110696.J9kSzr.rst b/Misc/NEWS.d/next/Core and Builtins/2023-10-11-13-46-14.gh-issue-110696.J9kSzr.rst new file mode 100644 index 0000000..c845289 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-10-11-13-46-14.gh-issue-110696.J9kSzr.rst @@ -0,0 +1,2 @@ +Fix incorrect error message for invalid argument unpacking. Patch by Pablo +Galindo |