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 mrabarnett
Recipients bkline, ezio.melotti, mrabarnett
Date 2017-10-23.23:55:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508802955.12.0.213398074469.issue31856@psf.upfronthosting.co.za>
In-reply-to
Content
Your verbose examples put the pattern into raw triple-quoted strings, which is OK, but their first character is a backslash, which makes the next character (a newline) an escaped literal whitespace character. Escaped whitespace is significant in a verbose pattern.
History
Date User Action Args
2017-10-23 23:55:55mrabarnettsetrecipients: + mrabarnett, bkline, ezio.melotti
2017-10-23 23:55:55mrabarnettsetmessageid: <1508802955.12.0.213398074469.issue31856@psf.upfronthosting.co.za>
2017-10-23 23:55:55mrabarnettlinkissue31856 messages
2017-10-23 23:55:55mrabarnettcreate