Make the return key do what I mean more often.

This commit is contained in:
Guido van Rossum 1998-10-13 15:21:41 +00:00
parent 4650df96bf
commit 3f08d40bd8
1 changed files with 1 additions and 1 deletions

View File

@ -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")