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 pitrou
Recipients ezberch, ezio.melotti, gvanrossum, mrabarnett, pitrou, serhiy.storchaka, tim.peters
Date 2012-12-15.19:38:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355600332.62.0.921455588639.issue16203@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch. While an internal flag may be a reasonable implementation strategy, IMHO a dedicated method still makes sense: it's simply more readable than passing a flag.

As for the tests, they should probably exercise the interaction with re.MULTILINE - see MRAB's comment in msg172775.
History
Date User Action Args
2012-12-15 19:38:52pitrousetrecipients: + pitrou, gvanrossum, tim.peters, ezio.melotti, mrabarnett, ezberch, serhiy.storchaka
2012-12-15 19:38:52pitrousetmessageid: <1355600332.62.0.921455588639.issue16203@psf.upfronthosting.co.za>
2012-12-15 19:38:52pitroulinkissue16203 messages
2012-12-15 19:38:52pitroucreate