##// END OF EJS Templates
Backport PR #12003: bugfix for 7.10.1: revert inputhook param location
Matthias Bussonnier -
Show More
@@ -438,7 +438,7 b' class TerminalInteractiveShell(InteractiveShell):'
438 Condition(lambda: self.highlight_matching_brackets))],
438 Condition(lambda: self.highlight_matching_brackets))],
439 }
439 }
440 if not PTK3:
440 if not PTK3:
441 options['inputhook'] = self.inputhook
441 options['inputhook'] = self.shell.inputhook
442
442
443 return options
443 return options
444
444
General Comments 0
You need to be logged in to leave comments. Login now