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 serhiy.storchaka
Recipients BTaskaya, alex, ammar2, benjamin.peterson, serhiy.storchaka
Date 2020-04-09.07:46:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586418382.72.0.421211435207.issue40176@roundup.psfhosted.org>
In-reply-to
Content
I afraid there may be confusion between triple, double and single quoted string literals. So I suggest to change error messages to just "unterminated triple-quoted string literal" and "unterminated string literal" (or "unterminated single-quoted string literal"). Terms "triple-quoted" and "single-quoted" are used several times in the documentation. Term "double-quoted" is used only once, and I suppose in different meaning.
History
Date User Action Args
2020-04-09 07:46:22serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, alex, ammar2, BTaskaya
2020-04-09 07:46:22serhiy.storchakasetmessageid: <1586418382.72.0.421211435207.issue40176@roundup.psfhosted.org>
2020-04-09 07:46:22serhiy.storchakalinkissue40176 messages
2020-04-09 07:46:22serhiy.storchakacreate