Author: Matti Picus <matti.pi...@gmail.com> Branch: py3.6 Changeset: r97194:7b2e8730917d Date: 2019-08-16 12:11 +0300 http://bitbucket.org/pypy/pypy/changeset/7b2e8730917d/
Log: remove debug cruft diff --git a/lib-python/3/test/test_ssl.py b/lib-python/3/test/test_ssl.py --- a/lib-python/3/test/test_ssl.py +++ b/lib-python/3/test/test_ssl.py @@ -2844,10 +2844,6 @@ else: s.close() - def test_socketserver_urlib_uses_bisect(self): - b = urllib.request.bisect - raise ValueError('urllib.request.bisect is %s' % str(b)) - def test_socketserver(self): """Using socketserver to create and manage SSL connections.""" server = make_https_server(self, certfile=CERTFILE) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit