We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2294ec + 4532850 commit 1c3dd97Copy full SHA for 1c3dd97
1 file changed
Lib/_pyrepl/fancycompleter.py
@@ -84,8 +84,7 @@ def complete(self, text, state):
84
return rlcompleter.Completer.complete(self, text, state)
85
86
def _callable_postfix(self, val, word):
87
- # disable automatic insertion of '(' for global callables:
88
- # this method exists only in Python 2.6+
+ # disable automatic insertion of '(' for global callables
89
return word
90
91
def global_matches(self, text):
0 commit comments