Change to notes in the source code because they were no tasks.

Sun, 29 Apr 2012 16:50:49 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Apr 2012 16:50:49 +0200
changeset 1820
3504f8175816
parent 1819
cfcfd617216a
child 1821
1e5b1b281cec

Change to notes in the source code because they were no tasks.

DebugClients/Python/DebugClientThreads.py file | annotate | diff | comparison | revisions
DebugClients/Python3/DebugClientThreads.py file | annotate | diff | comparison | revisions
--- a/DebugClients/Python/DebugClientThreads.py	Sun Apr 29 16:42:02 2012 +0200
+++ b/DebugClients/Python/DebugClientThreads.py	Sun Apr 29 16:50:49 2012 +0200
@@ -43,8 +43,8 @@
 _original_start_thread = thread.start_new_thread
 thread.start_new_thread = _debugclient_start_new_thread
 
-# NOTE: import threading here AFTER above hook, as threading cache's
-# thread._start_new_thread.
+# Note: import threading here AFTER above hook, as threading cache's
+#       thread._start_new_thread.
 from threading import RLock
 
 
--- a/DebugClients/Python3/DebugClientThreads.py	Sun Apr 29 16:42:02 2012 +0200
+++ b/DebugClients/Python3/DebugClientThreads.py	Sun Apr 29 16:50:49 2012 +0200
@@ -43,8 +43,8 @@
 _original_start_thread = _thread.start_new_thread
 _thread.start_new_thread = _debugclient_start_new_thread
 
-# NOTE: import threading here AFTER above hook, as threading cache's
-# thread._start_new_thread.
+# Note: import threading here AFTER above hook, as threading cache's
+#       thread._start_new_thread.
 from threading import RLock
 
 

eric ide

mercurial