]> granicus.if.org Git - python/commit
Make the error message regex more lenient so that it matches both
authorGregory P. Smith <greg@krypto.org>
Sat, 16 Jan 2016 01:29:45 +0000 (17:29 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 16 Jan 2016 01:29:45 +0000 (17:29 -0800)
commitc7b05a409d2835fa03acb5b7440f5551e725ec3d
treecaabc7326f207993236b6a1ff6add2d5fef35f51
parent3f2240ccb6841576fe2366c71fb8b3b1569906f5
Make the error message regex more lenient so that it matches both
"certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as
some SSL libraries use different text than OpenSSL.
Lib/test/test_asyncio/test_events.py