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 mrabarnett
Recipients BreamoreBoy, ezio.melotti, mrabarnett, py.user, serhiy.storchaka
Date 2014-06-26.19:16:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403810183.34.0.36909524125.issue14460@psf.upfronthosting.co.za>
In-reply-to
Content
Lookarounds can capture, but they don't consume. That lookbehind is matching the same part of the string every time.
History
Date User Action Args
2014-06-26 19:16:23mrabarnettsetrecipients: + mrabarnett, ezio.melotti, py.user, BreamoreBoy, serhiy.storchaka
2014-06-26 19:16:23mrabarnettsetmessageid: <1403810183.34.0.36909524125.issue14460@psf.upfronthosting.co.za>
2014-06-26 19:16:23mrabarnettlinkissue14460 messages
2014-06-26 19:16:23mrabarnettcreate