homepage

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 zk
Recipients zk
Date 2012年05月14日.12:50:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336999828.05.0.573587450355.issue14806@psf.upfronthosting.co.za>
In-reply-to
Content
>>> type(re.match('{', 'aaaa{'))
<type 'NoneType'>
>>> type(re.match('\{', 'aaaa{'))
<type 'NoneType'>
>>> type(re.search('\{', 'aaaa{'))
<type '_sre.SRE_Match'>
>>> type(re.search('{', 'aaaa{'))
<type '_sre.SRE_Match'>
History
Date User Action Args
2012年05月14日 12:50:28zksetrecipients: + zk
2012年05月14日 12:50:28zksetmessageid: <1336999828.05.0.573587450355.issue14806@psf.upfronthosting.co.za>
2012年05月14日 12:50:23zklinkissue14806 messages
2012年05月14日 12:50:23zkcreate

AltStyle によって変換されたページ (->オリジナル) /