diff options
author | Anthony Sottile <asottile@umich.edu> | 2019-07-29 13:59:13 (GMT) |
---|---|---|
committer | Pablo Galindo <Pablogsal@gmail.com> | 2019-07-29 13:59:13 (GMT) |
commit | 5b94f3578c662d5f1ee90c0e6b81481d9ec82d89 (patch) | |
tree | 3f57146c75113283e71a598108cfb4d7295443bb /Misc | |
parent | e1b900247227dad49d8231f1d028872412230ab4 (diff) | |
download | cpython-5b94f3578c662d5f1ee90c0e6b81481d9ec82d89.zip cpython-5b94f3578c662d5f1ee90c0e6b81481d9ec82d89.tar.gz cpython-5b94f3578c662d5f1ee90c0e6b81481d9ec82d89.tar.bz2 |
Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-06-27-15-01-14.bpo-37433.amNGqr.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-06-27-15-01-14.bpo-37433.amNGqr.rst b/Misc/NEWS.d/next/Core and Builtins/2019-06-27-15-01-14.bpo-37433.amNGqr.rst new file mode 100644 index 0000000..794ddbb --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-06-27-15-01-14.bpo-37433.amNGqr.rst @@ -0,0 +1 @@ +Fix ``SyntaxError`` indicator printing too many spaces for multi-line strings - by Anthony Sottile. |