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 ezio.melotti
Recipients docs@python, ezio.melotti, mrabarnett, py.user, python-dev
Date 2012-04-29.04:40:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335674416.6.0.211378204394.issue14461@psf.upfronthosting.co.za>
In-reply-to
Content
Technically you are correct, however using zero-width classes inside a lookbehind doesn't make much sense, because the result would be equivalent even without lookbehind.
I replaced 'never' with 'not', because usually it will not match, except in these corner cases that can IMHO be ignored.
History
Date User Action Args
2012-04-29 04:40:16ezio.melottisetrecipients: + ezio.melotti, mrabarnett, docs@python, py.user, python-dev
2012-04-29 04:40:16ezio.melottisetmessageid: <1335674416.6.0.211378204394.issue14461@psf.upfronthosting.co.za>
2012-04-29 04:40:16ezio.melottilinkissue14461 messages
2012-04-29 04:40:15ezio.melotticreate