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 Alcolo Alcolo
Recipients Alcolo Alcolo, ezio.melotti, mrabarnett, r.david.murray
Date 2015-09-10.14:02:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441893721.42.0.692609182104.issue25054@psf.upfronthosting.co.za>
In-reply-to
Content
Naively, I thinked that ^ is be considered as a 0-length token (like $, \b, \B), then after capturing it, we can read the next token : 'a' (for the input string "a").

I use a simple work around: prepending my string with ' ' (because ' ' is neutral with my regex results).
History
Date User Action Args
2015-09-10 14:02:01Alcolo Alcolosetrecipients: + Alcolo Alcolo, ezio.melotti, mrabarnett, r.david.murray
2015-09-10 14:02:01Alcolo Alcolosetmessageid: <1441893721.42.0.692609182104.issue25054@psf.upfronthosting.co.za>
2015-09-10 14:02:01Alcolo Alcololinkissue25054 messages
2015-09-10 14:02:01Alcolo Alcolocreate