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.
1 parent d1d6a78 commit dfbb45aCopy full SHA for dfbb45a
Lib/cmd.py
@@ -111,7 +111,7 @@ def cmdloop(self, intro=None):
111
import readline
112
self.old_completer = readline.get_completer()
113
readline.set_completer(self.complete)
114
- if getattr(readline, 'backend', None) == "editline":
+ if readline.backend == "editline":
115
if self.completekey == 'tab':
116
# libedit uses "^I" instead of "tab"
117
command_string = "bind ^I rl_complete"
0 commit comments