]> granicus.if.org Git - python/commit
Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jul 2019 14:18:47 +0000 (07:18 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2019 14:18:47 +0000 (07:18 -0700)
commitcf52bd0b9b1c1b7ecdd91e1ebebd15ae5c213a2c
tree9b1dd786e0081346c2b551b3ed11ddcacb76194b
parent36fd7b6f01127bc6a8b4a37a363e0aa9cfd76506
Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433)

(cherry picked from commit 5b94f3578c662d5f1ee90c0e6b81481d9ec82d89)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
Lib/test/test_cmd_line_script.py
Misc/NEWS.d/next/Core and Builtins/2019-06-27-15-01-14.bpo-37433.amNGqr.rst [new file with mode: 0644]
Parser/tokenizer.c