mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Make the return key do what I mean more often.
This commit is contained in:
		
							parent
							
								
									4650df96bf
								
							
						
					
					
						commit
						3f08d40bd8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -195,7 +195,7 @@ def __init__(self, flist=None): | |||
|         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") | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum