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 mgdelmonte
Recipients ezio.melotti, mgdelmonte, mrabarnett
Date 2014-10-29.15:35:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414596907.12.0.515901190995.issue22760@psf.upfronthosting.co.za>
In-reply-to
Content
Easily reproduced:

re.sub('x', 'a', "x"*20, re.S)

returns 'aaaaaaaaaaaaaaaaxxxx'
History
Date User Action Args
2014-10-29 15:35:07mgdelmontesetrecipients: + mgdelmonte, ezio.melotti, mrabarnett
2014-10-29 15:35:07mgdelmontesetmessageid: <1414596907.12.0.515901190995.issue22760@psf.upfronthosting.co.za>
2014-10-29 15:35:07mgdelmontelinkissue22760 messages
2014-10-29 15:35:07mgdelmontecreate