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 vstinner
Recipients SilentGhost, ezio.melotti, mrabarnett, serhiy.storchaka, vstinner
Date 2016-11-21.14:43:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479739395.27.0.486939641145.issue28727@psf.upfronthosting.co.za>
In-reply-to
Content
Back to basis, patch 6:

* revert changes on indexgroup and groupindex types: I will fix this later, once this issue is fixed
* pattern_richcompare() and pattern_hash() also uses pattern, but don't use groups, indexgroup nor groupindex anymore

I removed the @cpython_only unit test and rewrote test_pattern_compare_bytes() to make it easier to follow.

re.compile('abc', re.IGNORECASE) is different than re.compile('ABC', re.IGNORECASE), but it's a deliberate choice to not test it. I consider that the behaviour can change depending on the Python implementation and in a future version.
History
Date User Action Args
2016-11-21 14:43:15vstinnersetrecipients: + vstinner, ezio.melotti, mrabarnett, SilentGhost, serhiy.storchaka
2016-11-21 14:43:15vstinnersetmessageid: <1479739395.27.0.486939641145.issue28727@psf.upfronthosting.co.za>
2016-11-21 14:43:15vstinnerlinkissue28727 messages
2016-11-21 14:43:15vstinnercreate