--- a/eric7/DebugClients/Python/ThreadExtension.py Thu May 20 19:16:58 2021 +0200 +++ b/eric7/DebugClients/Python/ThreadExtension.py Thu May 20 19:18:19 2021 +0200 @@ -224,8 +224,7 @@ def patchPyThread(self, module): """ - Public method to patch Python _thread (Python3) and thread (Python2) - modules. + Public method to patch Python _thread module. @param module reference to the imported module to be patched @type module