Show More
@@ -83,7 +83,13 b' class ZMQInteractiveShell(InteractiveShell):' | |||||
83 | # Override the traitlet in the parent class, because there's no point using |
|
83 | # Override the traitlet in the parent class, because there's no point using | |
84 | # readline for the kernel. Can be removed when the readline code is moved |
|
84 | # readline for the kernel. Can be removed when the readline code is moved | |
85 | # to the terminal frontend. |
|
85 | # to the terminal frontend. | |
86 | readline_use = CBool(False) |
|
86 | ||
|
87 | # FIXME. This is disabled for now, even though it may cause problems under | |||
|
88 | # Windows, because it breaks %run in the Qt console. See gh-617 for more | |||
|
89 | # details. Re-enable once we've fully tested that %run works in the Qt | |||
|
90 | # console with syntax highlighting in tracebacks. | |||
|
91 | # readline_use = CBool(False) | |||
|
92 | # /FIXME | |||
87 |
|
93 | |||
88 | exiter = Instance(ZMQExitAutocall) |
|
94 | exiter = Instance(ZMQExitAutocall) | |
89 | def _exiter_default(self): |
|
95 | def _exiter_default(self): |
General Comments 0
You need to be logged in to leave comments.
Login now