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 jaredgrubb
Recipients jaredgrubb, r.david.murray
Date 2013-01-18.00:14:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358468047.03.0.353323399708.issue16990@psf.upfronthosting.co.za>
In-reply-to
Content
Yes:
>>> re.match('.*', '')
<_sre.SRE_Match object at 0x107c6d308>
>>> re.match('.*?', '')
<_sre.SRE_Match object at 0x107c6d370>
History
Date User Action Args
2013-01-18 00:14:07jaredgrubbsetrecipients: + jaredgrubb, r.david.murray
2013-01-18 00:14:07jaredgrubbsetmessageid: <1358468047.03.0.353323399708.issue16990@psf.upfronthosting.co.za>
2013-01-18 00:14:07jaredgrubblinkissue16990 messages
2013-01-18 00:14:06jaredgrubbcreate