Message276650
I downloaded Python 3.6.0b1 not long after it was released and it works for me:
>>> re.match('(?i:CaseInsensitive)', 'caseinsensitive')
<_sre.SRE_Match object; span=(0, 15), match='caseinsensitive'> |
|
Date |
User |
Action |
Args |
2016-09-16 00:58:24 | mrabarnett | set | recipients:
+ mrabarnett, pitrou, ezio.melotti, python-dev, serhiy.storchaka, Tim.Graham |
2016-09-16 00:58:24 | mrabarnett | set | messageid: <1473987504.78.0.938515707967.issue22493@psf.upfronthosting.co.za> |
2016-09-16 00:58:24 | mrabarnett | link | issue22493 messages |
2016-09-16 00:58:24 | mrabarnett | create | |
|