diff -r 176145438b1e -r 422fd05e9c91 eric6/DebugClients/Python/DebugConfig.py --- a/eric6/DebugClients/Python/DebugConfig.py Thu Jun 25 19:09:55 2020 +0200 +++ b/eric6/DebugClients/Python/DebugConfig.py Sat Jun 27 12:08:12 2020 +0200 @@ -19,9 +19,6 @@ 'method', 'property', 'generator', 'function', 'builtin_function_or_method', 'code', 'module', 'ellipsis', 'traceback', 'frame', 'other', 'frozenset', 'bytes', - # Special case for Python 2: don't add 'instancemethod' to - # ConfigVarTypeFilters and leave it always at last position - 'instancemethod' ] BatchSize = 200 @@ -36,6 +33,3 @@ '.QDomComment', '.QDomDocument', '.QDomElement', '.QDomText', '.QHostAddress', '.EnumType' ) - -# -# eflag: noqa = M702