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 ezio.melotti, mrabarnett, pitrou, serhiy.storchaka
Date 2015-01-18.16:55:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421600132.98.0.489596212079.issue22818@psf.upfronthosting.co.za>
In-reply-to
Content
Now patterns which could match only an empty string (e.g. '(?m)^$' or '(?<=\w-)(?=\w)') are rejected at all. They never worked with current regex engine. Updated the documentation.

Could anyone please make a review and correct my wording. It is desirable to get this in alpha 1 and receive early feedback.
History
Date User Action Args
2015-01-18 16:55:33serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett
2015-01-18 16:55:32serhiy.storchakasetmessageid: <1421600132.98.0.489596212079.issue22818@psf.upfronthosting.co.za>
2015-01-18 16:55:32serhiy.storchakalinkissue22818 messages
2015-01-18 16:55:32serhiy.storchakacreate