DebugClients/Python3/DebugClientBase.py

changeset 4220
4df8f9fc7ea9
parent 4118
3c9fa4b8869d
child 4269
5ba44a2de31a
--- a/DebugClients/Python3/DebugClientBase.py	Fri Apr 17 18:41:41 2015 +0200
+++ b/DebugClients/Python3/DebugClientBase.py	Fri Apr 17 18:57:38 2015 +0200
@@ -1140,6 +1140,7 @@
         @param redirect flag indicating redirection of stdin, stdout and
             stderr (boolean)
         """
+        # TODO: replace this by socket.create_connection
         if remoteAddress is None:                       # default: 127.0.0.1
             sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
             sock.connect((DebugProtocol.DebugAddress, port))

eric ide

mercurial