DebugClients/Python/DebugConfig.py

changeset 5278
efd21f457e06
parent 5272
5684dd6667e6
child 5389
9b1c800daff3
--- a/DebugClients/Python/DebugConfig.py	Wed Oct 26 19:29:01 2016 +0200
+++ b/DebugClients/Python/DebugConfig.py	Wed Oct 26 21:51:39 2016 +0200
@@ -15,10 +15,13 @@
     'bool', 'int', 'long', 'float', 'complex',
     'str', 'unicode', 'tuple', 'list',
     'dict', 'dict-proxy', 'set', 'file', 'xrange',
-    'slice', 'buffer', 'class', 'instance', 'instancemethod',
+    'slice', 'buffer', 'class', 'instance',
     'method', 'property', 'generator',
     'function', 'builtin_function_or_method', 'code', 'module',
-    'ellipsis', 'traceback', 'frame', 'other', 'frozenset'
+    'ellipsis', 'traceback', 'frame', 'other', 'frozenset',
+    # Special case for Python 2: don't add 'instancemethod' to
+    # ConfigVarTypeFilters and leave it always at last position
+    'instancemethod'
 ]
 
 #

eric ide

mercurial