Commit 3f08d40b authored by Guido van Rossum's avatar Guido van Rossum

Make the return key do what I mean more often.

parent 4650df96
......@@ -195,7 +195,7 @@ class PyShell(PyShellEditorWindow):
text.bind("<<open-stack-viewer>>", self.open_stack_viewer)
sys.stdout = PseudoFile(self, "stdout")
##sys.stderr = PseudoFile(self, "stderr")
sys.stderr = PseudoFile(self, "stderr")
sys.stdin = self
self.console = PseudoFile(self, "console")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment