--- a/eric6/DebugClients/Python/DebugConfig.py Sun May 31 17:26:46 2020 +0200 +++ b/eric6/DebugClients/Python/DebugConfig.py Sat Jul 04 11:45:34 2020 +0200 @@ -19,14 +19,11 @@ '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 ConfigQtNames = ( - 'PyQt5.', 'PyQt4.', 'PySide2.', 'PySide.', 'Shiboken.EnumType' + 'PyQt5.', 'PySide2.', 'Shiboken.EnumType' ) ConfigKnownQtTypes = ( '.QChar', '.QByteArray', '.QString', '.QStringList', '.QPoint', '.QPointF', @@ -36,6 +33,3 @@ '.QDomComment', '.QDomDocument', '.QDomElement', '.QDomText', '.QHostAddress', '.EnumType' ) - -# -# eflag: noqa = M702