diff -r fb0ef164f536 -r 698ae46f40a4 eric6/DebugClients/Python/SubprocessExtension.py --- a/eric6/DebugClients/Python/SubprocessExtension.py Fri Apr 02 11:59:41 2021 +0200 +++ b/eric6/DebugClients/Python/SubprocessExtension.py Sat May 01 14:27:20 2021 +0200 @@ -61,7 +61,7 @@ _debugClient, arguments, noRedirect=True ) - super(PopenWrapper, self).__init__(arguments, *args, **kwargs) + super().__init__(arguments, *args, **kwargs) _debugClient = debugClient module.Popen = PopenWrapper