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 serhiy.storchaka
Recipients Patrick Maupin, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2015-06-10.19:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433963928.15.0.35706737942.issue24426@psf.upfronthosting.co.za>
In-reply-to
Content
Regular expression is optimized for the case when it starts with constant string or charset. It is no degradation when using '(\n)', but rather an optimization of '\n'.
History
Date User Action Args
2015-06-10 19:18:48serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, Patrick Maupin
2015-06-10 19:18:48serhiy.storchakasetmessageid: <1433963928.15.0.35706737942.issue24426@psf.upfronthosting.co.za>
2015-06-10 19:18:48serhiy.storchakalinkissue24426 messages
2015-06-10 19:18:48serhiy.storchakacreate