diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2021-11-20 18:27:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 18:27:40 (GMT) |
commit | 7a1d9325287a39528b795b1e8037146777abfe3e (patch) | |
tree | 52120380f57212078ce780146a9b09a02ec74ca6 /Misc | |
parent | 985233914504c73f14a23af1c68a3709079e6913 (diff) | |
download | cpython-7a1d9325287a39528b795b1e8037146777abfe3e.zip cpython-7a1d9325287a39528b795b1e8037146777abfe3e.tar.gz cpython-7a1d9325287a39528b795b1e8037146777abfe3e.tar.bz2 |
bpo-45450: Improve syntax error for parenthesized arguments (GH-28906)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-10-12-18-22-44.bpo-45450.d9a-bX.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-10-12-18-22-44.bpo-45450.d9a-bX.rst b/Misc/NEWS.d/next/Core and Builtins/2021-10-12-18-22-44.bpo-45450.d9a-bX.rst new file mode 100644 index 0000000..78f825f --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-10-12-18-22-44.bpo-45450.d9a-bX.rst @@ -0,0 +1,2 @@ +Improve the syntax error message for parenthesized arguments. Patch by Pablo +Galindo. |