diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-12-17 15:34:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 15:34:14 (GMT) |
commit | 94cf308ee231bfbfaa9ddc50b9764545a1318773 (patch) | |
tree | adc068a6567b6712226436ad399951ad888cb53c /Misc | |
parent | bdabb0737c631835b246c9823852d20331243315 (diff) | |
download | cpython-94cf308ee231bfbfaa9ddc50b9764545a1318773.zip cpython-94cf308ee231bfbfaa9ddc50b9764545a1318773.tar.gz cpython-94cf308ee231bfbfaa9ddc50b9764545a1318773.tar.bz2 |
bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-04-18-12-23-30.bpo-33306.tSM3cp.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-04-18-12-23-30.bpo-33306.tSM3cp.rst b/Misc/NEWS.d/next/Core and Builtins/2018-04-18-12-23-30.bpo-33306.tSM3cp.rst new file mode 100644 index 0000000..2d89106 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-04-18-12-23-30.bpo-33306.tSM3cp.rst @@ -0,0 +1 @@ +Improved syntax error messages for unbalanced parentheses. |