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 py.user
Recipients BreamoreBoy, ezio.melotti, mrabarnett, py.user, serhiy.storchaka, tim.peters
Date 2014-06-27.04:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403844534.76.0.477888376913.issue14460@psf.upfronthosting.co.za>
In-reply-to
Content
Tim Peters wrote:
> Should that raise an exception?

>i += 0

>(?=a)b

>(?=a)a


These are another cases. The first is very special. The second and third are special too, but with different contents of assertion they can do useful work.

While "(?=any contents){N}a" never uses the "{N}" part in any useful manner.


> So I think this report should be closed

I looked into Perl behaviour today, it works like Python. It's not an error there.
History
Date User Action Args
2014-06-27 04:48:54py.usersetrecipients: + py.user, tim.peters, ezio.melotti, mrabarnett, BreamoreBoy, serhiy.storchaka
2014-06-27 04:48:54py.usersetmessageid: <1403844534.76.0.477888376913.issue14460@psf.upfronthosting.co.za>
2014-06-27 04:48:54py.userlinkissue14460 messages
2014-06-27 04:48:54py.usercreate