[pypy-commit] pypy py3.6: remove debug cruft

mattip pypy.commits at gmail.com
Fri Aug 16 05:18:01 EDT 2019


Author: Matti Picus <matti.picus at 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)


More information about the pypy-commit mailing list