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 bayat
Recipients bayat, ezio.melotti, mrabarnett
Date 2020-09-11.17:12:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599844378.36.0.50803589802.issue41764@roundup.psfhosted.org>
In-reply-to
Content
it would work like this sub("pattern","replace", txt, flags= re.IGNORECASE | re.DOTALL)
but it wouldnt work like this  sub("pattern","replace", txt, re.IGNORECASE | re.DOTALL)
History
Date User Action Args
2020-09-11 17:12:58bayatsetrecipients: + bayat, ezio.melotti, mrabarnett
2020-09-11 17:12:58bayatsetmessageid: <1599844378.36.0.50803589802.issue41764@roundup.psfhosted.org>
2020-09-11 17:12:58bayatlinkissue41764 messages
2020-09-11 17:12:58bayatcreate