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 Sworddragon
Recipients Sworddragon
Date 2013-12-12.17:07:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386868067.16.0.771792818941.issue19964@psf.upfronthosting.co.za>
In-reply-to
Content
From the documentation: "The '*', '+', and '?' qualifiers are all greedy;"

But this is not the case for '?'. In the attachments is an example which shows this: re.search(r'1?', '01') should find '1' but it doesn't find anything.
History
Date User Action Args
2013-12-12 17:07:47Sworddragonsetrecipients: + Sworddragon
2013-12-12 17:07:47Sworddragonsetmessageid: <1386868067.16.0.771792818941.issue19964@psf.upfronthosting.co.za>
2013-12-12 17:07:47Sworddragonlinkissue19964 messages
2013-12-12 17:07:47Sworddragoncreate