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 bsdphk, ezio.melotti, mrabarnett, ned.deily
Date 2013-01-05.18:02:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357408944.66.0.896866350044.issue16870@psf.upfronthosting.co.za>
In-reply-to
Content
The semantics of '^' are common to many different regex implementations, including those of Perl and C#.

The 'pos' argument merely gives the starting position the search (C# also lets you provide a starting position, and behaves in exactly the same way).

Perhaps you should be using 'match' instead.
History
Date User Action Args
2013-01-05 18:02:24mrabarnettsetrecipients: + mrabarnett, ned.deily, ezio.melotti, bsdphk
2013-01-05 18:02:24mrabarnettsetmessageid: <1357408944.66.0.896866350044.issue16870@psf.upfronthosting.co.za>
2013-01-05 18:02:24mrabarnettlinkissue16870 messages
2013-01-05 18:02:24mrabarnettcreate