This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Anthony Sottile, asmeurer, eric.smith, pablogsal, terry.reedy, vstinner
Date 2019-08-21.12:13:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566389630.11.0.192574238219.issue37433@roundup.psfhosted.org>
In-reply-to
Content
The initial issue has been fixed in master by the commit 5b94f3578c662d5f1ee90c0e6b81481d9ec82d89:

commit 5b94f3578c662d5f1ee90c0e6b81481d9ec82d89
Author: Anthony Sottile <asottile@umich.edu>
Date:   Mon Jul 29 06:59:13 2019 -0700

    Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433)

Backport to 3.8: commit cf52bd0b9b1c1b7ecdd91e1ebebd15ae5c213a2c.

Thanks Anthony Sottile! I close the issue.

--

If there is a different issue in Python 3.7 and you consider that it must be fixed, please file a new issue. Python 3.5 and 3.6 don't accept bugfixes anymore:
https://devguide.python.org/#status-of-python-branches
History
Date User Action Args
2019-08-21 12:13:50vstinnersetrecipients: + vstinner, terry.reedy, eric.smith, Anthony Sottile, pablogsal, asmeurer
2019-08-21 12:13:50vstinnersetmessageid: <1566389630.11.0.192574238219.issue37433@roundup.psfhosted.org>
2019-08-21 12:13:50vstinnerlinkissue37433 messages
2019-08-21 12:13:49vstinnercreate