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 ezio.melotti, mrabarnett, pitrou, serhiy.storchaka
Date 2014-09-25.11:04:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411643046.88.0.348272876559.issue22491@psf.upfronthosting.co.za>
In-reply-to
Content
For reference, the regex module normally considers the line ending to be '\n', but it has a WORD flag ('(?w)') that turns on the Unicode definition of a 'word' character as well as Unicode line separator.
History
Date User Action Args
2014-09-25 11:04:06mrabarnettsetrecipients: + mrabarnett, pitrou, ezio.melotti, serhiy.storchaka
2014-09-25 11:04:06mrabarnettsetmessageid: <1411643046.88.0.348272876559.issue22491@psf.upfronthosting.co.za>
2014-09-25 11:04:06mrabarnettlinkissue22491 messages
2014-09-25 11:04:05mrabarnettcreate