Make the return key do what I mean more often.
This commit is contained in:
parent
4650df96bf
commit
3f08d40bd8
|
@ -195,7 +195,7 @@ class PyShell(PyShellEditorWindow):
|
||||||
text.bind("<<open-stack-viewer>>", self.open_stack_viewer)
|
text.bind("<<open-stack-viewer>>", self.open_stack_viewer)
|
||||||
|
|
||||||
sys.stdout = PseudoFile(self, "stdout")
|
sys.stdout = PseudoFile(self, "stdout")
|
||||||
##sys.stderr = PseudoFile(self, "stderr")
|
sys.stderr = PseudoFile(self, "stderr")
|
||||||
sys.stdin = self
|
sys.stdin = self
|
||||||
self.console = PseudoFile(self, "console")
|
self.console = PseudoFile(self, "console")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue