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 aleskva
Recipients Tim.Graham, aleskva, ezio.melotti, mrabarnett, pitrou, python-dev, serhiy.storchaka
Date 2018-05-27.08:48:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527410931.63.0.682650639539.issue22493@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe there should be introduced some method to merge patterns as just piping patterns will not work:
pats = [r'(?m)^line.continues$', r'(?s)begin.*?end']
re.compile('|'.join(pats))
History
Date User Action Args
2018-05-27 08:48:51aleskvasetrecipients: + aleskva, pitrou, ezio.melotti, mrabarnett, python-dev, serhiy.storchaka, Tim.Graham
2018-05-27 08:48:51aleskvasetmessageid: <1527410931.63.0.682650639539.issue22493@psf.upfronthosting.co.za>
2018-05-27 08:48:51aleskvalinkissue22493 messages
2018-05-27 08:48:51aleskvacreate