DebugClients/Python3/DebugClientBase.py

changeset 3591
2f2a4a76dd22
parent 3160
209a07d7e401
child 3621
15f23ed3f216
--- a/DebugClients/Python3/DebugClientBase.py	Sat May 17 19:58:49 2014 +0200
+++ b/DebugClients/Python3/DebugClientBase.py	Sun May 18 14:13:09 2014 +0200
@@ -276,7 +276,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:
@@ -2171,7 +2171,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.

eric ide

mercurial