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 dlukes
Recipients dlukes
Date 2018-03-13.12:50:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520945449.38.0.467229070634.issue33068@psf.upfronthosting.co.za>
In-reply-to
Content
""" \""" """ evaluates to ' """ ' (as expected), but without the surrounding spaces, """\"""""" evaluates to '"' instead of '"""'.

Is this expected behavior? If I'm reading the definition of string syntax in https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals correctly, it shouldn't be.
History
Date User Action Args
2018-03-13 12:50:49dlukessetrecipients: + dlukes
2018-03-13 12:50:49dlukessetmessageid: <1520945449.38.0.467229070634.issue33068@psf.upfronthosting.co.za>
2018-03-13 12:50:49dlukeslinkissue33068 messages
2018-03-13 12:50:49dlukescreate