diff options
author | wookie184 <wookie1840@gmail.com> | 2022-06-23 16:31:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 16:31:09 (GMT) |
commit | 2fc83ac3afa161578200dbf8d823a20e0801c0c0 (patch) | |
tree | 056d63ec8f5152ac1086702e4a6f746a90d2c8a6 /Misc | |
parent | b4e0d6124a848a22df1ba12891329242c9e96f11 (diff) | |
download | cpython-2fc83ac3afa161578200dbf8d823a20e0801c0c0.zip cpython-2fc83ac3afa161578200dbf8d823a20e0801c0c0.tar.gz cpython-2fc83ac3afa161578200dbf8d823a20e0801c0c0.tar.bz2 |
gh-92858: Improve error message for some suites with syntax error before ':' (#92894)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-05-17-20-41-43.gh-issue-92858.eIXJTn.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-05-17-20-41-43.gh-issue-92858.eIXJTn.rst b/Misc/NEWS.d/next/Core and Builtins/2022-05-17-20-41-43.gh-issue-92858.eIXJTn.rst new file mode 100644 index 0000000..fa91d94 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-05-17-20-41-43.gh-issue-92858.eIXJTn.rst @@ -0,0 +1 @@ +Improve error message for some suites with syntax error before ':' |