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 georg.brandl
Recipients Stavros, georg.brandl
Date 2008-07-06.13:38:14
SpamBayes Score 0.0016405361
Marked as misclassified No
Message-id <1215351495.77.0.956011565042.issue3298@psf.upfronthosting.co.za>
In-reply-to
Content
The last quote starts another string literal, so this is valid Python:

"""A "test"""" B"

and results in a string 'A "test B'. The lexer cannot know whether the
second string literal is terminated or not, yielding valid or invalid code.
History
Date User Action Args
2008-07-06 13:38:16georg.brandlsetspambayes_score: 0.00164054 -> 0.0016405361
recipients: + georg.brandl, Stavros
2008-07-06 13:38:15georg.brandlsetspambayes_score: 0.00164054 -> 0.00164054
messageid: <1215351495.77.0.956011565042.issue3298@psf.upfronthosting.co.za>
2008-07-06 13:38:15georg.brandllinkissue3298 messages
2008-07-06 13:38:14georg.brandlcreate