--- a/DebugClients/Python/DebugClientBase.py Sat May 17 19:58:49 2014 +0200 +++ b/DebugClients/Python/DebugClientBase.py Sun May 18 14:13:09 2014 +0200 @@ -307,7 +307,7 @@ def __dumpThreadList(self): """ - Public method to send the list of threads. + Private method to send the list of threads. """ threadList = [] if self.threads and self.currentThread: @@ -2112,7 +2112,7 @@ def close(self, fd): """ - Private method implementing a close method as a replacement for + Public method implementing a close method as a replacement for os.close(). It prevents the debugger connections from being closed.