##// END OF EJS Templates
Don't reset the readline completer after each prompt...
Aaron Meurer -
Show More
@@ -565,12 +565,6 b' class TerminalInteractiveShell(InteractiveShell):'
565 - continue_prompt(False): whether this line is the first one or a
565 - continue_prompt(False): whether this line is the first one or a
566 continuation in a sequence of inputs.
566 continuation in a sequence of inputs.
567 """
567 """
568 # Code run by the user may have modified the readline completer state.
569 # We must ensure that our completer is back in place.
570
571 if self.has_readline:
572 self.set_readline_completer()
573
574 # raw_input expects str, but we pass it unicode sometimes
568 # raw_input expects str, but we pass it unicode sometimes
575 prompt = py3compat.cast_bytes_py2(prompt)
569 prompt = py3compat.cast_bytes_py2(prompt)
576
570
General Comments 0
You need to be logged in to leave comments. Login now