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 serhiy.storchaka
Recipients louielu, serhiy.storchaka, vstinner
Date 2017-09-01.17:05:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504285537.1.0.631389991787.issue31324@psf.upfronthosting.co.za>
In-reply-to
Content
_match_test1 = re.compile('|'.join(map(fnmatch.translate, match_tests)), re.I).match

def _match_test(test):
    test_id = test.id()
    return bool(_match_test1(test_id) or any(map(_match_test1, test_id.split(".")))
History
Date User Action Args
2017-09-01 17:05:37serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, louielu
2017-09-01 17:05:37serhiy.storchakasetmessageid: <1504285537.1.0.631389991787.issue31324@psf.upfronthosting.co.za>
2017-09-01 17:05:37serhiy.storchakalinkissue31324 messages
2017-09-01 17:05:37serhiy.storchakacreate