Message301140
_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("."))) |
|
Date |
User |
Action |
Args |
2017-09-01 17:05:37 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, louielu |
2017-09-01 17:05:37 | serhiy.storchaka | set | messageid: <1504285537.1.0.631389991787.issue31324@psf.upfronthosting.co.za> |
2017-09-01 17:05:37 | serhiy.storchaka | link | issue31324 messages |
2017-09-01 17:05:37 | serhiy.storchaka | create | |
|