[Jython-checkins] jython: Remove commented out code

jim.baker jython-checkins at python.org
Fri Nov 20 16:07:01 EST 2015


https://hg.python.org/jython/rev/fed939712ce7
changeset:   7814:fed939712ce7
user:        Jim Baker <jim.baker at rackspace.com>
date:        Fri Nov 20 14:06:23 2015 -0700
summary:
  Remove commented out code

files:
  Lib/test/test_socket_jy.py |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Lib/test/test_socket_jy.py b/Lib/test/test_socket_jy.py
--- a/Lib/test/test_socket_jy.py
+++ b/Lib/test/test_socket_jy.py
@@ -67,9 +67,6 @@
         """Verify connect_ex states go through EINPROGRESS?, EALREADY*, EISCONN"""
         # Tests fix for http://bugs.jython.org/issue2428; based in part on the
         # code showing failure that was submitted with that bug
-
-        #self.httpd, self.server_thread = start_server()
-        #self.address = self.httpd.server_name, self.httpd.server_port
         for result in self.do_workout():
             self.assertIn(result[0], {errno.EINPROGRESS, errno.EISCONN})
             self.assertEqual(result[-1], errno.EISCONN)

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list