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 eric.smith
Recipients Elmar Bucher, eric.smith
Date 2020-04-10.23:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586562277.71.0.384236015441.issue40250@roundup.psfhosted.org>
In-reply-to
Content
This basically comes down to """\u""" not being a valid string.

I'm not sure why you'd expect this to work: triple quoted strings are not designed as a general purpose "comment out" facility, and as you've discovered, they don't work that way. What's inside a triple quoted string must be interpretable as a python string, which in this case it is not.
History
Date User Action Args
2020-04-10 23:44:37eric.smithsetrecipients: + eric.smith, Elmar Bucher
2020-04-10 23:44:37eric.smithsetmessageid: <1586562277.71.0.384236015441.issue40250@roundup.psfhosted.org>
2020-04-10 23:44:37eric.smithlinkissue40250 messages
2020-04-10 23:44:37eric.smithcreate