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 Tim.Graham, ezio.melotti, mrabarnett, pitrou, python-dev, serhiy.storchaka
Date 2016-09-16.00:58:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473987504.78.0.938515707967.issue22493@psf.upfronthosting.co.za>
In-reply-to
Content
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'>
History
Date User Action Args
2016-09-16 00:58:24mrabarnettsetrecipients: + mrabarnett, pitrou, ezio.melotti, python-dev, serhiy.storchaka, Tim.Graham
2016-09-16 00:58:24mrabarnettsetmessageid: <1473987504.78.0.938515707967.issue22493@psf.upfronthosting.co.za>
2016-09-16 00:58:24mrabarnettlinkissue22493 messages
2016-09-16 00:58:24mrabarnettcreate