Debugger/Config.py

changeset 5278
efd21f457e06
parent 5270
7758f0c7d9f6
child 5389
9b1c800daff3
--- a/Debugger/Config.py	Wed Oct 26 19:29:01 2016 +0200
+++ b/Debugger/Config.py	Wed Oct 26 21:51:39 2016 +0200
@@ -12,6 +12,8 @@
 from PyQt5.QtCore import QT_TRANSLATE_NOOP
 
 # Variables type definition
+# Special case for Python 2: don't add 'instancemethod'. It's renamed to
+# 'method' in DebugClientBase.py to be identical to Python 3
 ConfigVarTypeDispStrings = {
     '__': QT_TRANSLATE_NOOP('Variable Types', 'Hidden Attributes'),
     'NoneType': QT_TRANSLATE_NOOP('Variable Types', 'None'),

eric ide

mercurial